Jump to content

m1kehunter

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

About m1kehunter

m1kehunter's Achievements

0

Reputation

  1. When debugging cdshell.ini using cdshw.com I get an error after I try and select either Windows XP Professional Corporate or Windows Server 2003 Enterprise. The error I receive for Win XP is: Error: File not found [command: chain] [line: 28.2] [file: cdshell.ini] the error for Win Server is the same except the line is 29.2 as opposed to 28.2 I've placed and astrix after the problem lines for easier reference. boot: cls print "\n" print "Press Enter to boot from DVD... \n" getkey 5 boot 0x80 if $lastKey == key[enter]; then goto menu # When no key found... goto boot # Printing the Interface menu: set textColor= color[grey on black] set boldColor= color[cyan on black] cls print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n" print c "\cXXAdvanced Multi-Boot DVD \n\n" print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n" print "1) Windows XP Professional Corporate \n" print "2) Windows Server 2003 Enterprise \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 /PRO1.DAT * if $lastKey == key[2]; then chain /3ENT.DAT * if $lastKey == key[q]; then end if $lastKey == key[r]; then reboot if $lastKey == key[esc]; then boot 0x80 goto menu end This is driving me crazy....any help would be greatly appreciated.
×
×
  • Create New...