; :boot cls print print Press Enter to boot from CD... getkey 5 esc onkey esc boot 80 onkey entr goto start ; When no key found... goto boot :start cls print print ------------------------------------------------------------------------------ print cd name here print by gosh print ------------------------------------------------------------------------------ print F1=Help print 0) WINXP PRO Volume License SP1 Regular print 1) WINXP PRO Volume License SP1 Unattended print 2) WINXP PRO Volume License SP1 OEMPreinstall print print x) More Options... print q) Quit to command prompt print r) Reboot print Esc) Boot first harddisk print print Hit the key of choice: :mainkey ; timeout is 30 seconds, default key is escape getkey 30 esc onkey 0 run VOL1.DAT onkey 1 run VOL2.DAT onkey 2 run VOL3.DAT onkey q quit onkey r reboot onkey x goto dev onkey f1 goto help onkey esc boot 80 ; When no key found... goto mainkey ; :help cls print HELP print ---- print print Hit the key of your choice (1,2,q,r or ) in the main menu -> print Hit the key "d" will bring you to the hidden Development menu -> print print Press any key to return to main menu... getkey goto start ; EOF Ok so now in your c:\install folder you should have the following: