|
好像区别如下?
- SHSUCDX.COM /QQ /R /D:FDCD0000
- ctmouse
- diskgen
复制代码
- @echo off
- set EXPAND=YES
- ctmouse >nul
- a:\xmsdsk 2096 /y /t >NUL
- cls
- findramd >nul
- mkdir %RAMDRIVE%\temp
- set tmp=%RAMDRIVE%\temp
- set temp=%RAMDRIVE%\temp
- SET PATH=%RAMDRIVE%\;A:\
- copy a:\command.com %RAMDRIVE%\ >NUL
- set comspec=%RAMDRIVE%\command.com
- %RAMDRIVE%
- A:\DISKGEN >NUL
复制代码 |
|