Jump to content

cdshell.ini mistake?


vanaxel

Recommended Posts

so, my AIO-DVD is finished, i made it to work with simple cdshell.ini, after it worked, i changed the menu to sub-points, but now my dvd won't boot anymore in VMWare.: :no:

are there any mistakes?!? :wacko:

boot:
cls
print "\n"
print "Press Enter to boot from DVD... \n"
getkey 5 boot 0x80
if $lastKey == key[enter]; then goto time
# When no key found...
goto boot

# Function to display time of day
time:
set hour = $timeHour
set ampm = "am"
if $timeHour > 12; then set hour = $timeHour - 12
if $timeHour > 12; then set ampm = "pm"
set time = "$hour:$timeMinute$ampm"

# Function to display date
date:
set month = "n/a"
if $dateMonth == 1; then set month = "Jan."
if $dateMonth == 2; then set month = "Feb."
if $dateMonth == 3; then set month = "Mar."
if $dateMonth == 4; then set month = "Apr."
if $dateMonth == 5; then set month = "May."
if $dateMonth == 6; then set month = "Jun."
if $dateMonth == 7; then set month = "Jul."
if $dateMonth == 8; then set month = "Aug."
if $dateMonth == 9; then set month = "Sep."
if $dateMonth == 10; then set month = "Oct."
if $dateMonth == 11; then set month = "Nov."
if $dateMonth == 12; then set month = "Dec."
set date = "$month$dateDay,$dateYear"

# Printing the Interface
menu:
set textColor= color[grey on black]
set boldColor= color[cyan on black]
cls
print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ<\c0B$time $date\cXX>ÄÄ \n\n"
print c "\cXXAdvanced Multi-Boot DVD v1.0\n\n"
print l "\cXXPress \c0BF1 \cXXfor SERIALS"; print r "\c0Bvanaxel@rockclan.net \n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
print "1)  Windows XP Professional ->... \n"
print "2)  Windows 2000 Professional SP4 \n"
print "3)  Windows Millenium Edition \n"
print "4)  Windows 98 SE \n"
print "5)  Linux Knoppix V3.4\n"
print "6)  Rescue-BootCD's ->... \n"
print "7)  Acronis Products ->... \n"
print "Q)  Quit to Command Prompt \n"
print "R)  Reboot \n"
print "ESC) Boot 1st Harddisk \n"
print c "\n"

MainKey:
getkey 20 boot 0x80
if $lastKey == key[1]; then goto Winxp
if $lastKey == key[2]; then chain /2PRO.DAT
if $lastKey == key[3]; then diskemu /ME.img
if $lastKey == key[4]; then diskemu /98SE.img
if $lastKey == key[5]; then bcdw /boot/isolinux/isolinux.bin
if $lastKey == key[6]; then goto Bootcds
if $lastKey == key[7]; then goto Acronis
if $lastKey == key[F1]; then goto SerialNumbers
if $lastKey == key[q]; then end
if $lastKey == key[r]; then reboot
if $lastKey == key[esc]; then boot 0x80

Bootcds:
cls
print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ<\c0B$time $date\cXX>ÄÄ \n\n"
print c "\cXXAdvanced Multi-Boot DVD v1.0\n\n"
print l "\cXXChoose Rescue-BootCD"; print r "\c0Bvanaxel@rockclan.net \n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
print "1)  Mikes CD \n"
print "2)  Ultimate BootCD V2.4 \n"
print "3)  BootCD vom 11-01-2003 \n"
print "4)  ERD Commander 2003 \n"
print "5)  O&O BlueCon XXL Administrators Suite V.5.0.174 \n"
print "6)  Seagate HDD-Check BootCD\n"
print c "\n\n"
print "Press any key to return to main menu... \n"

Bootcds_Key:
getkey 20 goto menu
if $lastKey == key[1]; then diskemu /MIKE.img
if $lastKey == key[2]; then chain /ubcd.DAT
if $lastKey == key[3]; then diskemu /BOOTCD.img
if $lastKey == key[4]; then chain /ERD1.DAT
if $lastKey == key[5]; then chain /OOBC.DAT
if $lastKey == key[6]; then diskemu /SEAGATE.img
goto menu

Winxp:
cls
print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ<\c0B$time $date\cXX>ÄÄ \n\n"
print c "\cXXAdvanced Multi-Boot DVD v1.0\n\n"
print l "\cXXChoose Windows XP Version"; print r "\c0Bvanaxel@rockclan.net \n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
print "1)  Windows XP SP1 unattended Installation \n"
print "2)  Windows XP SP1 normal Installation \n"
print c "\n\n"
print "Press any key to return to main menu... \n"

Winxp_Key:
getkey 20 goto menu
if $lastKey == key[1]; then chain /PRO1.DAT
if $lastKey == key[2]; then chain /PRO2.DAT
goto menu

Acronis:
cls
print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ<\c0B$time $date\cXX>ÄÄ \n\n"
print c "\cXXAdvanced Multi-Boot DVD v1.0\n\n"
print l "\cXXChoose Acronis Product"; print r "\c0Bvanaxel@rockclan.net \n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
print "1)  Disk Director Suite V9.0 \n"
print "2)  Disk Editor V6.0 \n"
print "3)  Drive Cleanser V6.0 \n"
print "4)  Migrate Easy V6.0 \n"
print "5)  OS Selector V8.0 \n"
print "6)  Partition Expert 2003 \n"
print "7)  Recovery Expert V1.0 Deluxe \n"
print "8)  True Image V6.0 \n"
print c "\n\n"
print "Press any key to return to main menu... \n"

Acronis_Key:
getkey 20 goto menu
if $lastKey == key[1]; then bcdw /ACRO/ACRO.WBT
if $lastKey == key[2]; then bcdw /ACRO/deditor.wbt
if $lastKey == key[3]; then bcdw /ACRO/cleanser.wbt
if $lastkey == key[4]; then bcdw /ACRO/measy.wbt
if $lastKey == key[5]; then bcdw /ACRO/selector.wbt
if $lastKey == key[6]; then bcdw /ACRO/pexpert.wbt
if $lastKey == key[7]; then bcdw /ACRO/rexpert.wbt
if $lastKey == key[8]; then bcdw /ACRO/timage.wbt
goto menu

SerialNumbers:
cls
print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ<\c0B$time $date\cXX>ÄÄ \n\n"
print c "\cXXAdvanced Multi-Boot DVD v1.0\n\n"
print l "\cXXView Serials"; print r "\c0Bvanaxel@rockclan.net \n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
type /Serial.txt
print c "\n\n"
print "Press any key to return to main menu... \n"
getkey
goto menu

end

plz help, greez Van

Link to comment
Share on other sites


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...