『楼 主』:
 救教ntfs问题??
 
使用 LLM 解释/回答一下
  
@echo off 
LH %RAMD%:\Mouse.exe >NUL 
%RAMD%:\Recur.exe >NUL 
:Menu 
wbat cls (+black on +brown) ! text 28,5 @:Copyright 
call w.bat box @:Menu1  
if errorlevel 100 goto Menu 
if errorlevel 9 goto OFF 
if errorlevel 8 goto REST 
if errorlevel 7 goto MS_DOS 
if errorlevel 6 goto BF_F 
if errorlevel 5 goto BF_E 
if errorlevel 4 goto BF_D 
if errorlevel 3 goto HF_F 
if errorlevel 2 goto HF_E 
If errorlevel 1 goto HF_D 
goto Menu 
 
:HF_D 
if not exist D:\system.GHO goto HF_HERROR 
GHOST -clone,mode=pload,src=1:2\System.GHO:1,dst=1:1 -sure -crcignore -fx 
goto HF_OK 
 
:HF_E 
if not exist E:\system.GHO goto HF_HERROR 
GHOST -clone,mode=pload,src=1:3\System.GHO:1,dst=1:1 -sure -crcignore -fx 
goto HF_OK 
 
:HF_F 
if not exist F:\system.GHO goto HF_HERROR 
GHOST -clone,mode=pload,src=1:4\System.GHO:1,dst=1:1 -sure -crcignore -fx 
goto HF_OK 
 
:BF_D 
if exist D:\system.GHO goto BF_HERROR 
GHOST -clone,mode=pdump,src=1:1,dst=1:2\System.GHO -z2 -sure -fro -fx 
goto BF_OK 
 
:BF_E 
if exist E:\system.GHO goto BF_HERROR 
GHOST -clone,mode=pdump,src=1:1,dst=1:3\System.GHO -z2 -sure -fro -fx 
goto BF_OK 
 
:BF_F 
if exist F:\system.GHO goto BF_HERROR 
GHOST -clone,mode=pdump,src=1:1,dst=1:4\System.GHO -z2 -sure -fro -fx 
goto BF_OK 
 
 
:HF_HERROR 
wbat cls (+black on +brown) ! text 28,5 @:Copyright 
call w.bat box @:HF_HERROR1 #1,15 
if errorlevel 1 goto Menu 
 
 
:BF_HERROR 
wbat cls (+black on +brown) ! text 28,5 @:Copyright 
call w.bat box @:BF_HERROR1 #1,15 
if errorlevel 1 goto Menu 
 
 
:HF_OK 
wbat cls (+black on +brown) ! text 28,5 @:Copyright 
call w.bat box @:HF_OK1 #1,15 
if errorlevel 100 goto Menu 
if errorlevel 2 goto Menu 
if errorlevel 1 goto REST 
goto END 
 
:BF_OK 
wbat cls (+black on +brown) ! text 28,5 @:Copyright 
call w.bat box @:BF_OK1 #1,15 
if errorlevel 100 goto Menu 
if errorlevel 2 goto Menu 
if errorlevel 1 goto REST 
goto END 
 
 
:MS_DOS 
call w.bat box @:MS_DOS1 #1,15 
if errorlevel 100 goto menu 
if errorlevel 2 goto menu 
if errorlevel 1 goto DS 
goto END 
 
:DS 
SET X= 
%ramd%: 
cls 
 
:REST 
func -r 
 
:OFF 
func -s 
 
:END 
 
-------------------------------------------------------------------------------------------------- 
if not exist D:\system.GHO goto HF_HERROR 
if exist E:\system.GHO goto BF_HERROR 
這兩句怎麽結絕呀,,,在dos下不能識別這兩句.. 
 
    
 
  
 |