January 12, 200620 yr Well I've followed all the instructions by flyakite and am using the recent CDShell releaseEverything else has gone fine, except for ERD Commander. It always tries to install XP from my i386 folder instead of ERD from the ERDC folder. I have followed flyakite's instructions to a T... has anyone else experienced similar problems?
January 12, 200620 yr Author Heres part of my cdshell.ini in case there's a problem with itprint c "\n \cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"print c "\cXXWelcome to Windows XP: Frankenstein Edition\n\n"print c "\n \cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"print "F1) Install Windows XP Pro SP2 \n"print "\n"print "F2) ERD Commander 2005: Run from Hard Drive \n"print "F3) ERD Commander 2005: Run from Ram \n"print "\n"print "F4) Extra Utilities\n"print "\n"print "Q) Quit to Command Prompt \n"print "R) Reboot \n"print "ESC) Boot 1st Harddisk \n"print c "\n"cd menusMainKey:getkey 20 boot 0x80if $lastKey == key[f1]; then chain /boot.binif $lastKey == key[f2]; then chain /ERD1.DATif $lastKey == key[f3]; then chain /ERD2.DATif $lastKey == key[f4]; then script main.scnif $lastKey == key[q]; then endif $lastKey == key[r]; then rebootif $lastKey == key[esc]; then boot 0x80
January 12, 200620 yr did you hex edit ERD1.DAT and ERD2.DAT to match ERDC folder?if not it will always go to your I386
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now