This is my cdshell.ini
print "1) Windows XP Professional Corporate \n"
print "2) Windows 2000 \n"
print "3) Windows 98 SE \n"
print "4) Windows ME \n"
print "5) ERD Commander 2003 \n"
print "6) Hiren 7.0 \n"
print "\n"
print "Q) Quit to Command Prompt \n"
print "R) Reboot \n"
print "ESC) Boot 1st Harddisk \n"
print c "\n"
MainKey:
getkey 20 boot 0x80
if $lastKey == key[1]; then chain /PRO.DAT
if $lastKey == key[2]; then chain /WIN2K.DAT
if $lastKey == key[3]; then memdisk /98SE.IMA
if $lastKey == key[4]; then memdisk /ME.IMA
if $lastKey == key[5]; then chain /ERD.DAT
if $lastKey == key[6]; then chain /HIREN.DAT
if $lastKey == key[q]; then end
if $lastKey == key[r]; then reboot
if $lastKey == key[x]; then goto MoreOptions
if $lastKey == key[F1]; then goto Help
if $lastKey == key[esc]; then boot 0x80
end
when i test using cdshw.com it says file pro.dat or win2k.dat is missing or file not found
Error: File not found.
[Command: chain] [Line: 58.2] [File: cdshell.ini]
can anyone help me.
