作者: jie_china 时间: 2007-5-10 15:18
源码:
-------------
@echo off
mode con: cols=70 lines=20
title KAV6离线病毒库制作工具 XXX制作
color 2f
Set CMDCommandLine=%0
FOR /F "delims=" %%I in ("%CMDCommandLine%") do Set ThisPath=%%~dpI
Set CMDCommandLine
Set ThisPath
if not exist "%ALLUSERSPROFILE%\Application Data\Kaspersky Lab\AVP6\Bases\*.*" goto error2
if exist "%ProgramFiles%\winrar\rar.exe" goto start
: error
cls
echo.
echo.
echo. 错误提示!!
echo. 你的系统没有安装WinRAR解压缩软件
echo. 按任意键退出
pause >nul 2>nul
exit