January 8, 200917 yr boot:show image graphics\menu.csigetkey 20 boot 0x80if $lastKey == key[1]; then goto meif $lastKey == key[2]; then chain /2000/2000.DATif $lastKey == key[3]; then chain /WSP2/WSP2.DATif $lastKey == key[4]; then chain /WSP3/WSP3.DATif $lastKey == key[5]; then chain /3STD/3STD.DATif $lastKey == key[6]; then diskemu /KNOPPIX/boot.isoif $lastKey == key[7]; then diskemu /BT3/load.isoif $lastKey == key[8]; then isolinux /live/vmlinuz1 initrd=/live/initrd1.img boot=live union=aufs noswap vga=791 ip=frommedia nolocalesif $lastKey == key[a]; then chain /XPPE/XPPE.DATif $lastKey == key[b]; then diskemu /SETUP/UBCD/UBCD.isoif $lastKey == key[c]; then memdisk /HBCD/boot.imgif $lastKey == key[d]; then diskemu /SETUP/PASS/PASS.ISOif $lastKey == key[x]; then goto serialif $lastKey == key[p]; then endif $lastKey == key[r]; then rebootif $lastKey == key[esc]; then boot 0x80if $lastKey == key[F1]; then goto Helpserial:show image graphics\serial.csigetkeygoto bootme:show image graphics\me.csigetkey 20 goto bootif $lastKey == key[1]; then memdisk /SETUP/ME/COMMAND.IMAif $lastKey == key[2]; then memdisk /SETUP/ME/SETUP.IMAgoto bootendthe input "p" is to "quit to command prompt". but when i press "p", nothing happens... the "menu.csi" image stays at it is. the command prompt screen doesn't come up. i researched around a bit and it turns out t does actually switch to command prompt in the background when i press"p". but the image file "menu.csi" blocks it from showing. it's only when i input rubbish in front of the image screen does it switch to the command prompt.check screenshot.
April 27, 200917 yr Same problem for me; when i select "boot to command prompt" it take me to "/boot>" but when i type any command nothing happening. You find a solution for this?
April 28, 200917 yr do you want it to go to a DOS prompt, or use the CDShell command?If you want it to go to DOS, then you need it to point to a dos bootable image. If you want CDShell prompt, then try this:if $lastKey == key[p]; then show console
May 3, 200917 yr Not working on a virtual machine, but when i burn the image on a dvd-rw and booting the pc and selecting that command the pc loaded my windows from HDD.
May 5, 200917 yr try simply adding the cls or clear command before the prompt is loadedsoif $lastKey == key[p]then clsthen end
Create an account or sign in to comment