The following program is made by this novice and has been posted in the firewall section of the Hangzhou Volunteers Forum. Please keep the information in it, thank you!
Kaspersky virus database backup batch processing
Note: 1) The file is saved in the Kaspersky folder on drive D, as a RAR compressed file
2) RAR compression software must be installed and the path is: C:\Progra~1\WinRAR\Rar.exe
Copy the following text into a text file, save it as a batch processing file, and execute it...
@echo off
echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
echo @ @
echo @ Hello, thank you for using!!! All rights reserved, please keep the following information when using @
echo @ Maker: Hangzhou Volunteers Forum ID:ZNP98 email: (omitted) @
echo @ January 21, 2007 at (omitted) @
echo @ @
echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
pause
rd /s/q D:\Kaspersky
mkdir c:\TDdownload\20070121
mkdir d:\Kaspersky
xcopy "C:\Documents and Settings\All Users\Application Data\Kaspersky Lab\AVP6\Bases" /d/y
c:\TDdownload\20070121
xcopy "C:\Documents and Settings\All Users\Application Data\Kaspersky Lab\AVP6\Data" /d/y
c:\TDdownload\20070121
xcopy "C:\Documents and Settings\All Users\Application Data\Kaspersky Lab\AVP6\Dskm" /d/y
c:\TDdownload\20070121
copy "C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 6.0"\Updater2005.ppl
c:\Tddownload\20070121
copy "C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 6.0"\avpgui.ppl
c:\Tddownload\20070121
copy "C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 6.0"\BaseInstaller.ppl
c:\Tddownload\20070121
copy "C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 6.0"\Bl.ppl c:\Tddownload\20070121
copy "C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 6.0"\ExecInstaller.ppl
c:\Tddownload\20070121
copy C:\Windows\System32\Drivers\Klif.sys c:\Tddownload\20070121
copy C:\Progra~1\WinRAR\Rar.exe c:\Tddownload\20070121
c:
cd c:\Tddownload\20070121
c:\Tddownload\20070121
c:\Tddownload\20070121\rar.exe a d:\Kaspersky\20070121.zip *.*
cd\
c:
rd C:\TDdownload\20070121 /s /q
[ Last edited by znp98 on 2007-5-11 at 07:08 AM ]
Kaspersky virus database backup batch processing
Note: 1) The file is saved in the Kaspersky folder on drive D, as a RAR compressed file
2) RAR compression software must be installed and the path is: C:\Progra~1\WinRAR\Rar.exe
Copy the following text into a text file, save it as a batch processing file, and execute it...
@echo off
echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
echo @ @
echo @ Hello, thank you for using!!! All rights reserved, please keep the following information when using @
echo @ Maker: Hangzhou Volunteers Forum ID:ZNP98 email: (omitted) @
echo @ January 21, 2007 at (omitted) @
echo @ @
echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
pause
rd /s/q D:\Kaspersky
mkdir c:\TDdownload\20070121
mkdir d:\Kaspersky
xcopy "C:\Documents and Settings\All Users\Application Data\Kaspersky Lab\AVP6\Bases" /d/y
c:\TDdownload\20070121
xcopy "C:\Documents and Settings\All Users\Application Data\Kaspersky Lab\AVP6\Data" /d/y
c:\TDdownload\20070121
xcopy "C:\Documents and Settings\All Users\Application Data\Kaspersky Lab\AVP6\Dskm" /d/y
c:\TDdownload\20070121
copy "C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 6.0"\Updater2005.ppl
c:\Tddownload\20070121
copy "C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 6.0"\avpgui.ppl
c:\Tddownload\20070121
copy "C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 6.0"\BaseInstaller.ppl
c:\Tddownload\20070121
copy "C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 6.0"\Bl.ppl c:\Tddownload\20070121
copy "C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 6.0"\ExecInstaller.ppl
c:\Tddownload\20070121
copy C:\Windows\System32\Drivers\Klif.sys c:\Tddownload\20070121
copy C:\Progra~1\WinRAR\Rar.exe c:\Tddownload\20070121
c:
cd c:\Tddownload\20070121
c:\Tddownload\20070121
c:\Tddownload\20070121\rar.exe a d:\Kaspersky\20070121.zip *.*
cd\
c:
rd C:\TDdownload\20070121 /s /q
[ Last edited by znp98 on 2007-5-11 at 07:08 AM ]
