mox Posted January 12, 2006 Posted January 12, 2006 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?
mox Posted January 12, 2006 Author Posted January 12, 2006 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
pirrup Posted January 12, 2006 Posted January 12, 2006 did you hex edit ERD1.DAT and ERD2.DAT to match ERDC folder?if not it will always go to your I386
mox Posted January 12, 2006 Author Posted January 12, 2006 yeah, I did. My syntax is correct for the new cdshell isn't it?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now