Jump to content

vanaxel

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Austria

About vanaxel

vanaxel's Achievements

0

Reputation

  1. 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.: are there any mistakes?!? 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
  2. i tried the search function but there aren't any hints on how to implement this Acronis Suite on AIO-DVD... plz help greez Van
  3. my dad had this Acronis CD, i tried to put it on my AIO-DVD but the CD has no files on it?!? If i make a ISO from it and open it with Isobuster, there is a file inside of it named "JOLIET.FS" but it has 0kb, the bootsector has 2kb. How can i add this thing?!? i know there is a way to boot from a iso on a CD like you do if you use Easyboot 5, but this possible with the AIO-DVD or do i need some kind of plugin or something like that?
  4. ah rofl, yeah i am the same guy but it's a different disc, the disc yesterday was illegal (..yeah i know, sry 4 that ) but this ony is barts PE disc and im not able to integrate it into AIO-DVD, so will anybody help me with my prob?
  5. ähm, i added Barts PE to my AIO-DVD, but when i tried to create the image using CDImage GUI Beta 3 it says, that "Unicode filename "Winsxs\manifests\...." is to long (110 chars).. is there a solution for this problem?
  6. as i downloaded it, i opened the 98se.ima file and discovered, that they are already edited. Am i wrong?
  7. hi, i've got the same probs with 98se and me, they're booting but ...see screenshot.. "plz insert BootDisk in drive a:"... i've downloaded the 98SE.ima from http://flyakite.msfnhosting.com/ but it won't work any ideas?
  8. got the iso from s*prnova.org can't manage it to get this thing to work cause of too long file names (110 chars) etc etc... anybody got it to work? greez Van
×
×
  • Create New...