Originally posted by chishingchan at 2009-6-7 02:26 PM:
@echo off
if "%PROCESSOR_ARCHITECTURE:~-2%"=="86" goto 32
if "%PROCESSOR_ARCHITECTURE:~-2%"=="64" goto 64
:32
copy /y ISODrive.sys %SystemRoot%\s ...
能否写个卸载的批处理?
Originally posted by chishingchan at 2009-6-7 02:26 PM:
@echo off
if "%PROCESSOR_ARCHITECTURE:~-2%"=="86" goto 32
if "%PROCESSOR_ARCHITECTURE:~-2"=="64" goto 64
:32
copy /y ISODrive.sys %SystemRoot%\s ...
Can you write an uninstall batch script?