ive just started my AIO DVD project but i cannot "test" my project, i dunno where 2 put the files for cdshell flyakite doesnt really explain it 2 well on his guide, or im not looking in the correct place , can someone explain it 2 me plz? CDShell.ini Not 100% complete yet menu: set textColor= color[grey on black] set boldColor= color[cyan on black] print "1) Windows XP Professional SP2 Corporate \n" print "2) Windows XP Professional SP2 Retail \n" print "3) Windows 2K Professional SP4 \n" mainkey: if $lastKey == key[1]; then goto XP_Pro xp_pro: print c "\n\Windows XP Professional SP2" Print "1) Regular \n" print "2) Unattended \n" print "3) Unattended + Programs\n" print c "\n\n" print "Press any key to return to main menu... \n" XP_Pro_Key: getkey 20 goto menu if $lastKey == key[1]; then chain /BOOT\FILES\PRO1.DAT if $lastKey == key[2]; then chain /BOOT\FILES\PRO2.DAT if $lastKey == key[3]; then chain /BOOT\FILES\PRO3.DAT if $lastKey == key[F1]; then goto Help goto menu end EDIT: found out how 2 get cd 2 boot by reading cdshell.org a bit, but what am i doing wrong, everything displays on 1 screen, i wanted it 2 be like choose os (press key, then it goes to next screen) screen 2 (os type ,xp home,pro,unattened pro,home) blah but it all does this on 1 screen, how can i make them seperate? EDIT2: Fixed i just put getkey 100 goto menu under XP_PRO_KEY: