『第 3 楼』:
使用 LLM 解释/回答一下
if "%config%"=="WinXP" goto WinXP
if "%config%"=="dos" goto dos
if "%config%"=="Backup" goto Backup
if "%config%"=="WinXP-1" goto WinXP-1
if "%config%"=="WinXP-0" goto WinXP-0
:WinXP
pause
TW /ns
@echo off
echo.
echo 为了方便阅读理解系统恢复程序的功能,先启动中文支持
echo 已经进入WinXP菜单。(Start WinXP to be normal)
echo 本段WinXP程序的主要用途是自动恢复硬盘上的备份文件。
echo 所有的操作都将自动运行!恢复到上一次备份时的状态。
echo .................................................................
echo 即将退出中文环境,之后的中文均无法正常显示
echo 下面会自动暂停,按Ctrl+C可以中断恢复程序的运行,
echo 按任意键将继续,系统恢复完成后将自动重启计算机!
pause
tw/q
prompt $p$g
set tz=gmt-8
set dircmd=/o:n
set comspec=c:\command.com
set path=c:
set temp=c:
set tmp=c:
xmsman
set hdpmi=16384
SMARTDRV.exe >nul
hdpmi32
echo lh ndos -lfn -mountall -cp:936
ghost -clone,mode=pload,src=c:\winxp.gho:1,dst=1:1 -fx -sure -rb
xmsman -c
goto quit
:dos
pause
tw /ns
@echo off
echo.
echo 为了方便阅读理解备份程序的功能,先启动中文支持
echo 已经进入dos菜单。(Readme & Return to DOS Command Line)
echo (活动代码页)CHCP 936即简体中文,CHCP 437为英文
echo. 该菜单属于说明书及系统手动维护界面,
echo 一般仔细阅读说明书即可,无自动运行程序,也不会对系统造成影响。
echo 如手动操作需技术支持,内置部分系统软件及硬件维护工具,高手请谨慎使用。
echo ......................................................................
echo 首先加载高速缓存 lh smartdrv.exe
echo ......................................................................
echo.
echo 如果存在三个备份文件,则首先删除第三个;注意暂停一次
echo 将第二个重新命名为第三个,暂时予以保留;
echo 将第一个更名为第二个,以便腾出名称给新建的备份;
echo 提供一次暂停机会,以便您按ctrl+C终止程序的运行!
echo if exist winxp-2.gho pause
echo del winxp-2.gho
echo if exist winxp-1.gho ren winxp-1.gho winxp-2.gho
echo if exist winxp.gho ren winxp.gho winxp-1.gho
echo pause
echo ......................................................................
echo.
pause
echo ......................................................................
echo If U want to recreate the whole system ,just do it!!!
echo 如果需要重新创建整个系统,那就下手吧!!!
echo Or U can press ctrl+C to terminate it! Then press "Y"!
echo 或者你需要按下ctrl+C来终止备份程序的运行,然后按“Y”来确认!
echo mem/c/p: memory situation check,operate manually!
echo mem/c/p 内存检查的小程序,可以手动执行
echo A new ghost file called "winxp.gho" will be created
echo 即将退出中文环境,然后执行第一个备份!
echo Last pause time for U! Think about it then make choice!
echo 最后一次暂停提供后悔机会!
echo pause
echo 将创建第一个备份文件winxp.gho
echo Ghost.exe -clone,mode=pdump,src=1:1,dst=1:2\winxp.gho -z1 -sure -rb
echo ......................................................................
pause
@echo on
type help.txt|more
goto quit
:Backup
pause
TW /ns
@echo off
echo.
echo 为了方便阅读理解自行备份系统程序的功能,先启动中文支持
echo 您已经选择进入了Backup菜单。(Start To Restore the System yourself)
echo 本段程序的主要用途是用户自行在硬盘上创建新的备份文件。
echo 隐藏分区里最多可以容纳三个备份文件(出厂备份除外);分别是XP、XP-1和XP-2,出厂备份为XP-0,该文件不能以常规方法被删除。
echo 每次进入本菜单,都将创建一个新的备份,原先的备份文件XP将依次更改名称为XP-1和XP-2,当创建第四个备份时,下面的命令将删除XP-2,以确保硬盘空间满足需求。
echo 如果出现下列命令行if exist winxp-2.gho pause后暂停,说明硬盘上存在第三个备份,提示您下一步的操作就是删除该文件。否则显示“File not found”
echo.
echo .................................................................
echo 即将退出中文环境,注意观察英文提示及命令行显示
echo 以下将会暂停三次,按Ctrl+C可以中断恢复程序的运行,
echo 按任意键将继续,
echo 注意:下面将连续出现三次暂停!
echo 系统恢复完成后将自动重启计算机!
pause
tw/q
prompt $p$g
set tz=gmt-8
set dircmd=/o:n
set comspec=c:\command.com
set path=c:
set temp=c:
set tmp=c:
xmsman
set hdpmi=16384
hdpmi32
echo ndos -lfn -mountall -cp:936
echo lh smartdrv.exe
@echo off
echo if exist winxp-2.gho pause
echo del winxp-2.gho
if exist winxp-2.gho pause
del winxp-2.gho
if exist winxp-1.gho ren winxp-1.gho winxp-2.gho
if exist winxp.gho ren winxp.gho winxp-1.gho
pause
echo.
echo .................................................................
echo If U want to recreate the whole system ,just do it!!!
echo Or U can press ctrl+C to terminate it! Then press "Y"!
echo mem/c/p: memory situation check,operate manually!
echo A new ghost file called "winxp.gho" will be created
echo Last pause time for U! Think about it then make choice!
echo Will go to pause and press any key to continue!
pause
Ghost.exe -clone,mode=pdump,src=1:1,dst=1:2\winxp.gho -fro -z1 -sure -rb
xmsman -c
echo .................................................................
echo on
goto quit
:WinXP-1
pause
TW /ns
@echo off
echo.
echo 先启动中文支持,注意本程序用于交互式恢复系统
echo 已经进入WinXP-1菜单。(Restore last winxp-1.gho back)
echo 本段WinXP程序的主要用途是恢复到上一个正常的备份文件。
echo 当您发现刚创建的系统备份在运行时还不如上一个时,请启动本恢复功能。程序将这两个备份名称互相交换,然后恢复系统到前一个状态。
echo 当您再次创建新的备份时,不太正常的备份文件被排序到最后,等待再次创建备份的时候就会被系统自动删除以腾出空间。
echo .................................................................
echo 即将退出中文环境,
echo 下面会自动暂停,按Ctrl+C可以中断恢复程序的运行,
echo 按任意键将继续,系统恢复完成后将自动重启计算机!
pause
tw/q
prompt $p$g
set tz=gmt-8
set dircmd=/o:n
set comspec=c:\command.com
set path=c:
set temp=c:
set tmp=c:
xmsman
set hdpmi=16384
SMARTDRV.exe >nul
hdpmi32
echo lh ndos -lfn -mountall -cp:936
ren winxp.gho 0.gho
ren winxp-1.gho winxp.gho
ren 0.gho winxp-1.gho
ghost -clone,mode=pload,src=c:\winxp.gho:1,dst=1:1 -fx -sure -rb
xmsman -c
goto quit
:WinXP-0
pause
TW /ns
@echo off
echo.
echo .................................................................
echo 为了方便阅读理解系统恢复程序的功能,先启动中文支持
echo 已经进入WinXP-0菜单。(To the Original factory state)
echo 本段WinXP程序的主要用途是自动恢复系统到装机时的状态。相当于出厂状态。
echo 该备份文件为第一次做系统时由装机人员做进去的,并不完整,如一般没有添加上网密码等,故不能自动上网,需用户手动查询后输入方可。
echo 该备份未必适合最终使用人员的需求,但至少是最精简的;
echo 在恢复完成之后请自行重新安装所需软件,并在WinXP-1里重新制作新的备份,
echo 在前面四个菜单上的任何操作都不影响你执行本操作;除非您强行删除或破坏本备份文件!^_^
echo .................................................................
echo 即将退出中文环境,
echo 下面会自动暂停一次,按Ctrl+C可以中断恢复程序的运行,
echo 按任意键将继续,系统恢复完成后将自动重启计算机!
pause
tw/q
smartdrv.exe
ghost -clone,mode=pload,src=c:\winxp-0.gho:1,dst=1:1 -fx -sure -rb
oto quit
:quit
if "%config%"=="WinXP" goto WinXP
if "%config%"=="dos" goto dos
if "%config%"=="Backup" goto Backup
if "%config%"=="WinXP-1" goto WinXP-1
if "%config%"=="WinXP-0" goto WinXP-0
:WinXP
pause
TW /ns
@echo off
echo.
echo To facilitate understanding of the functions of the system recovery program, first start Chinese support
echo You have entered the WinXP menu. (Start WinXP to be normal)
echo The main purpose of this WinXP program is to automatically restore the backup files on the hard disk.
echo All operations will run automatically! Restore to the state of the last backup.
echo .................................................................
echo About to exit the Chinese environment, after which Chinese characters will not be displayed normally
echo The following will automatically pause, press Ctrl+C to interrupt the operation of the recovery program,
echo Press any key to continue, and the computer will automatically restart after the system recovery is complete!
pause
tw/q
prompt $p$g
set tz=gmt-8
set dircmd=/o:n
set comspec=c:\command.com
set path=c:
set temp=c:
set tmp=c:
xmsman
set hdpmi=16384
SMARTDRV.exe >nul
hdpmi32
echo lh ndos -lfn -mountall -cp:936
ghost -clone,mode=pload,src=c:\winxp.gho:1,dst=1:1 -fx -sure -rb
xmsman -c
goto quit
:dos
pause
tw /ns
@echo off
echo.
echo To facilitate understanding of the functions of the backup program, first start Chinese support
echo You have entered the dos menu. (Readme & Return to DOS Command Line)
echo (Active code page) CHCP 936 is Simplified Chinese, CHCP 437 is English
echo. This menu belongs to the manual maintenance interface of the manual and system.
echo Generally, you can read the manual carefully. There are no automatic running programs and it will not affect the system.
echo If manual operation requires technical support, some system software and hardware maintenance tools are built-in. Skilled users please use with caution.
echo ......................................................................
echo First load the cache lh smartdrv.exe
echo ......................................................................
echo.
echo If there are three backup files, first delete the third; note that there is a pause once
echo Rename the second to the third and temporarily keep it;
echo Rename the first to the second to make room for the new backup;
echo Provide a pause opportunity so that you can press ctrl+C to terminate the operation of the program!
echo if exist winxp-2.gho pause
echo del winxp-2.gho
echo if exist winxp-1.gho ren winxp-1.gho winxp-2.gho
echo if exist winxp.gho ren winxp.gho winxp-1.gho
echo pause
echo ......................................................................
echo.
pause
echo ......................................................................
echo If U want to recreate the whole system ,just do it!!!
echo If you need to recreate the entire system, go ahead!!!
echo Or U can press ctrl+C to terminate it! Then press "Y"!
echo Or you need to press ctrl+C to terminate the backup program, then press "Y" to confirm!
echo mem/c/p: memory situation check,operate manually!
echo mem/c/p small program for memory check, can be executed manually
echo A new ghost file called "winxp.gho" will be created
echo About to exit the Chinese environment, then execute the first backup!
echo The last pause time is for you! Think about it then make choice!
echo The last pause provides a chance to regret!
echo pause
echo A new backup file "winxp.gho" will be created
echo Ghost.exe -clone,mode=pdump,src=1:1,dst=1:2\winxp.gho -z1 -sure -rb
echo ......................................................................
pause
@echo on
type help.txt|more
goto quit
:Backup
pause
TW /ns
@echo off
echo.
echo To facilitate understanding of the functions of the self-backup system program, first start Chinese support
echo You have selected to enter the Backup menu. (Start To Restore the System yourself)
echo The main purpose of this program is for users to create new backup files on the hard disk by themselves.
echo Up to three backup files (except the factory backup) can be accommodated in the hidden partition; they are XP, XP-1 and XP-2 respectively. The factory backup is XP-0, and this file cannot be deleted by conventional methods.
echo Each time you enter this menu, a new backup will be created, and the original backup file XP will be renamed to XP-1 and XP-2 in turn. When creating the fourth backup, the following command will delete XP-2 to ensure that the hard disk space meets the requirements.
echo If the following command line if exist winxp-2.gho pause is paused, it means that there is a third backup on the hard disk, prompting you to perform the next operation is to delete the file. Otherwise, "File not found" is displayed
echo.
echo .................................................................
echo About to exit the Chinese environment, pay attention to the English prompts and command line displays
echo The following will pause three times, press Ctrl+C to interrupt the operation of the recovery program,
echo Press any key to continue,
echo Note: There will be three consecutive pauses below!
echo The computer will automatically restart after the system recovery is complete!
pause
tw/q
prompt $p$g
set tz=gmt-8
set dircmd=/o:n
set comspec=c:\command.com
set path=c:
set temp=c:
set tmp=c:
xmsman
set hdpmi=16384
hdpmi32
echo ndos -lfn -mountall -cp:936
echo lh smartdrv.exe
@echo off
echo if exist winxp-2.gho pause
echo del winxp-2.gho
if exist winxp-2.gho pause
del winxp-2.gho
if exist winxp-1.gho ren winxp-1.gho winxp-2.gho
if exist winxp.gho ren winxp.gho winxp-1.gho
pause
echo.
echo .................................................................
echo If U want to recreate the whole system ,just do it!!!
echo Or U can press ctrl+C to terminate it! Then press "Y"!
echo mem/c/p: memory situation check,operate manually!
echo A new ghost file called "winxp.gho" will be created
echo Last pause time for U! Think about it then make choice!
echo Will go to pause and press any key to continue!
pause
Ghost.exe -clone,mode=pdump,src=1:1,dst=1:2\winxp.gho -fro -z1 -sure -rb
xmsman -c
echo .................................................................
echo on
goto quit
:WinXP-1
pause
TW /ns
@echo off
echo.
echo First start Chinese support, note that this program is used to restore the system interactively
echo You have entered the WinXP-1 menu. (Restore last winxp-1.gho back)
echo The main purpose of this WinXP program is to restore to the previous normal backup file.
echo When you find that the newly created system backup is not as good as the previous one when running, start this recovery function. The program will exchange the names of these two backups, and then restore the system to the previous state.
echo When you create a new backup again, the less normal backup file is sorted to the end, and it will be automatically deleted by the system to make room when creating a new backup again.
echo .................................................................
echo About to exit the Chinese environment,
echo The following will automatically pause, press Ctrl+C to interrupt the operation of the recovery program,
echo Press any key to continue, and the computer will automatically restart after the system recovery is complete!
pause
tw/q
prompt $p$g
set tz=gmt-8
set dircmd=/o:n
set comspec=c:\command.com
set path=c:
set temp=c:
set tmp=c:
xmsman
set hdpmi=16384
SMARTDRV.exe >nul
hdpmi32
echo lh ndos -lfn -mountall -cp:936
ren winxp.gho 0.gho
ren winxp-1.gho winxp.gho
ren 0.gho winxp-1.gho
ghost -clone,mode=pload,src=c:\winxp.gho:1,dst=1:1 -fx -sure -rb
xmsman -c
goto quit
:WinXP-0
pause
TW /ns
@echo off
echo.
echo .................................................................
echo To facilitate understanding of the functions of the system recovery program, first start Chinese support
echo You have entered the WinXP-0 menu. (To the Original factory state)
echo The main purpose of this WinXP program is to automatically restore the system to the state when it was installed. Equivalent to the factory state.
echo This backup file was made by the installer when the system was first installed. It is not complete. For example, there is generally no internet password added, so it cannot automatically access the internet. The user needs to manually query and enter it.
echo This backup may not be suitable for the needs of the final user, but at least it is the most streamlined;
echo After the recovery is complete, please reinstall the required software by yourself, and make a new backup in WinXP-1,
echo Any operation on the previous four menus will not affect you performing this operation; unless you forcibly delete or damage this backup file! ^_^
echo .................................................................
echo About to exit the Chinese environment,
echo The following will automatically pause once, press Ctrl+C to interrupt the operation of the recovery program,
echo Press any key to continue, and the computer will automatically restart after the system recovery is complete!
pause
tw/q
smartdrv.exe
ghost -clone,mode=pload,src=c:\winxp-0.gho:1,dst=1:1 -fx -sure -rb
oto quit
:quit
|