https://github.com/tolik-punkoff/bat-cmd-scripts
Simple BAT/CMD scripts
https://github.com/tolik-punkoff/bat-cmd-scripts
bat batch batch-script cmd cmd-batch cmd-scripts scripts windows
Last synced: 12 months ago
JSON representation
Simple BAT/CMD scripts
- Host: GitHub
- URL: https://github.com/tolik-punkoff/bat-cmd-scripts
- Owner: tolik-punkoff
- License: other
- Created: 2019-02-20T12:47:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T00:22:46.000Z (about 2 years ago)
- Last Synced: 2025-01-12T10:07:45.875Z (about 1 year ago)
- Topics: bat, batch, batch-script, cmd, cmd-batch, cmd-scripts, scripts, windows
- Language: Batchfile
- Size: 3.07 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# bat-cmd-scripts
Simple BAT/CMD scripts
launchers\DIS.BAT - Launch IDA (Interactive Disassembler)
launchers\qemu-launch.bat - Launcher for QEMU
launchers\roadsend-launcher.bat - launcher for Roadsend PHP Studio (Win7).bat
network\admsharesdisable.bat - Disable all admin (hidden) shares (e.g. C$, D$, etc.)
network\auto_net.bat - set automatic network parameters (DHCP)
network\main_net.bat - set manual network parameters (Local IP and no DNS servers)
network\provider_net.bat - set manual network parameters (Local IP and provider DNS servers)
other\all-bat-parameters.bat - write all bat file command line parameters to console
other\zerofile.cmd - create same size file with zero (0x0 char codes) content
other\NoRecentDocs.reg - disable recent documents in Windows 7
other\checknum.bat - check variable to number of string value
other\write-to-stderr - Write to STDERR from BAT/CMD file example
other\rshred.bat - simple shred helper
other\hex_dump.bat - convert binary files to hex-strings (analogue hexdump for Windows)
wininstall\xpinstall.bat - install Windows XP from Windows XP PE (PXE)
wininstall\win7install.bat - install Windows 7 from Windows 7 PE (PXE)
files-hash-sum - BAT-files for get file checksums (SHA1, MD5, etc.)
randomstrings\strlenslow.bat - get length string in BAT-file (SLOW ALGORITHM)
randomstrings\strlenmain.bat - get length string in BAT-file
rrshred - shred, random renamer and BAT-file helper