I have just tried to create my diskemu.cmd as follows. Could you check for me.
Please check and tell me the address: \main\*.* is OK.
and whether run command can be used with *.ima
Also, please guide me what I have to modify the boot files of Win2000 and WinNT as refered in my diskemu.cmd. Thanks a lot
:start
cls
print
print ------------------------------------------------------------------------------
print Rescue Disk
print Version 3.0
print Goodluck
print ------------------------------------------------------------------------------
print
print
print 1) Windows 97
print 2) Windows 98SE
print 3) Windows ME
print 4) Windows XP
print 5) Windows NT Workstation
print 6) Windows 2000 Workstation
print Esc) HDD boot
print

Reboot
print S) DM Seagate
print Q) DM QuanTum
print A) DM SamSung
print

http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/cool.gif\' class=\'bbc_emoticon\' alt=\'B)\' /> DM IBM
print M) DM Maxtor
print W) DM Western Digital
print E) Easy Recovery
print L) Lost&Found
print N) DOS NTFS
print Please choose:
:mainkey
; timeout is 40 seconds, default key is escape
getkey 40 esc
onkey 1 goto boot97
onkey 2 goto boot98SE
onkey 3 goto bootME
onkey 4 goto bootXP
onkey 5 goto bootNT
onkey 6 goto boot2k
onkey Esc boot 80
onkey 8 reboot
onkey s goto Sea
onkey q goto quan
onkey a goto sam
onkey b goto ibm
onkey m goto max
onkey w goto wes
onkey e goto eas
onkey l goto los
onkey n goto ntdos
; When no key found...
goto mainkey
;
:boot97
print Loading Windows 97
run \main\boot97.ima
getkey
goto start
;
:boot98SE
print Loading Windows 98SE
run \main\boot98se.ima
getkey
goto start
;
:bootME
print Loading Windows Millenium
run \main\bootME.ima
getkey
goto start
;
:bootXP
print Loading Windows XP
run \main\bootXP.ima
getkey
goto start
;
:bootNT
print Loading Windows NT Workstation
run Nt4wsect.dat
getkey
goto start
;
:boot2k
print Loading Windows 2000
run Asrvsect.dat
getkey
goto start
;
:ntdos
print Loading DOS NTFS
run \main\ntdos.ima
getkey
goto start
;
:Sea
print Loading Disk Manager Seagate
run \main\sea.ima
getkey
goto start
;
:quan
print Loading Disk Manager Quantum
run \main\quan.ima
getkey
goto start
;
:sam
print Loading Disk Manager Samsung
run \main\sam.ima
getkey
goto start
;
:ibm
print Loading Disk Manager IBM
run \main\ibm.ima
getkey
goto start
;
:max
print Loading Disk Manager Maxtor
run \main\max.ima
getkey
goto start
;
:wes
print Loading Disk Manager Western Digital....
run \main\wes.ima
getkey
goto start
;
:eas
print Loading Easy Recovery...
run \main\reco.ima
getkey
goto start
;
:los
print Loading Lost&Found...
run \main\lf.ima
getkey
goto start