PCDVD數位科技討論區

PCDVD數位科技討論區 (https://www.pcdvd.com.tw/index.php)
-   疑難雜症區 (https://www.pcdvd.com.tw/forumdisplay.php?f=34)
-   -   config.sys & autoexec.bat 的寫法 (https://www.pcdvd.com.tw/showthread.php?t=646614)

510720 2006-08-21 08:36 PM

config.sys & autoexec.bat 的寫法
 
config.sys :

[menu]
menuitem=system_backup, system backup with ghost .
menuitem=system_recovery, system recovery with ghost .

[system_backup]
device=himem.sys /testmem:off
device=aspi8u2.sys
DEVICE=Vide-cdd.sys /D:CDIDE01

[system_recovery]
device=himem.sys /testmem:off
device=aspi8u2.sys
DEVICE=Vide-cdd.sys /D:CDIDE01


[COMMON]
files=10
buffers=10
dos=high,umb
stacks=9,256
lastdrive=z



autoexec.bat :

@ECHO OFF
PROMPT $p$g
MSCDEX.EXE /D:CDIDE01 /L:Z

IF "%config%"=="system_backup" GOTO system_backup
IF "%config%"=="system_recovery" GOTO ystem_recovery

:system_backup
GHOST -CLONE,MODE=pdump,SRC=1:1,DST=D:\M2NXPB.gho -z7 -sure -fx

:system_recovery
GHOST -CLONE,MODE=PLOAD,SRC=D:\M2NXP.gho:1,DST=1:1 -SURE -FX

echo Take floppy_disk out and your computer will now restart .
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
restart.com

510720 2006-08-21 08:49 PM

請指正

謝謝


所有的時間均為GMT +8。 現在的時間是04:06 PM.

vBulletin Version 3.0.1
powered_by_vbulletin 2025。