|
|
发表于 2012-11-5 20:15:59
|
显示全部楼层
pushd %~dp0
if %~d0 neq %systemdrive% (
if not exist %temp%\%~nx0 (
copy %0 %temp%\ /y >nul
copy dsptw.exe %temp%\ /y >nul 2>&1
copy fsutil.exe %temp%\ /y >nul 2>&1
copy mountvol.exe %temp%\ /y >nul 2>&1
copy more.com %temp%\ /y >nul 2>&1
pause
pushd %temp%\
pause
call %~nx0
pause
exit
)
)
加三个暂停
请按任意键继续. . .
请按任意键继续. . .
Batch file for ordering messed drive letters
Version:11/01/2012-2 By Victor888 from HTTP://BBS.WUYOU.COM
-------------------------------------------------------------
Here is detailed information:
All drive letters: C: D: E: F: G:
Mounted drive letters: C: D: E: F: G:
Internal hard disk 1 mount path: C:\ D:\ E:\ F:\
DVD/CD drive letters: G:
SYSTEM DRIVE LETTER: C:
DRIVE LETTER ORDER IS CORRECT.
找不到批处理文件。
请按任意键继续. . .
红色那一行的提示,这个是错误还是没有屏蔽提示信息
[ 本帖最后由 freesoft00 于 2012-11-5 20:17 编辑 ] |
|