引用: |
【mehere8的贴子】1、把E:\a.rar解压缩到D:\a 并运行其中的setup.exe 2、运行E:\b.reg 3、打开网页www.xxx.com
谢谢 ……………… |
::The first::
@echo off
copy c:\progra~1\winrar\rar.exe %windir%\
rar x E:\a.rar D:\a\
if exist D:\a\setup.exe (start D:\a\setup.exe) else (echo The setup is not exist.)
::The second::
pause
regedit /s E:\b.reg
::The third::
start iexplore.exe http://www.xxx.com
PS.原来论坛不支持Discuz!代码啊...哎..