::DOS batch scripts::
blastkill.bat
Kills fixblast.exe (worm removal tool)
kill -f FIXBLAST.EXE
favbackup.bat
Backs up your IE Favorites folder to another drive of your choice.
Default is the H:\ drive.
Tested on Win98, Win2k.
favrar.bat
Rars favorites into favorites.rar. Meant to be used after favbackup.bat
is run. Deletes a previous favorites.rar if it exists. Requires rar.exe.
Tested on WinXP, Win2k.
renew.bat
Really quick batch to release and renew your IP address. Keeps window
open for display.
Tested on Win2k.
blastkill.bat
Force kills fixblast.exe but can be edited to kill any process. Requires kill.exe which is available in Win Resource Kits.
labshutdown.bat
Initiates PC shutdown in 5 minutes and displays warning on the screen.
At point of shutdown all open apps are force killed if necessary.
Requires shutdown.exe
abort.bat
Aborts shutdown phase initiated by labshutdown.bat. Requires shutdown.exe
dnsbackup.bat
Backs up DNS zone files and compresses them with 7zip
c:
cd C:\Program Files\7-zip\
set myfilename=ext_dns_backup-%date:/=%.zip
7z.exe a -tzip "E:\%myfilename%" c:\windows\system32\dns\*