Jump to content

Gotcha

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

About Gotcha

  • Birthday 01/18/1986

Contact Methods

  • MSN
    bobhamers@hotmail.com
  • Website URL
    http://www.rotzooi.net

Gotcha's Achievements

0

Reputation

  1. so i need the boot sector of a dos 6.22 disk (which file is it) and i need to put that in 1 dir on the dvd together with all the win 3.11 files and chain it in cdshell.ini do i need to edit any thing (and do you know how) tnx for helping
  2. As the title says im having trouble with win 3.11 and 95 ive read a topic where someone asked how to add win 3.11 the answer was : But there is no programm that alows you to make .IMG's bigger than 2.88 MB but win 3.11 uses 8 disks So how should this be done ? And as for win 95, is there any way to add it to the multi boot dvd with cdshell Any one tryed it or is there a guide on how to do it somewhere
  3. ah tnx i tryed the fonts folder but it only gives errors when you use different fonts didnt even know it was possible
  4. Hi, I want to clean out the cdshell boot folder, it contains the dir's Fonts Graphics Modules samples wich ones can i dump with out getting errors btw i dont need the boot image so can i also dump the graphics folder
  5. You should use winimage to make the .iso and define the bootsector file in the commandline e.g. start cdimage.exe -lDVD-CD Label here -t08/23/2001,09:00:00 -b\AIO-DVD\BOOT\loader.bin -h -n -o -m -yd \AIO-DVD(dir with dvd content) D:\Output file.iso -b\AIO-DVD\BOOT\loader.bin thats the bootsector for my dvd Click here for more info on winimage hope this helps
  6. Okay tnx i got it to show the image after choosing to boot from dvd but it stays on the screen, now my script looks like this with the .csi in the same dir as cdshell.ini boot: cls print "\n" print "Druk op Enter om van DVD te starten... \n" getkey 10 boot 0x80 if $lastKey == key[enter]; then goto menu if $lastKey == key[esc]; then boot 0x80 # Printing the Interface menu: set textColor= color[grey on black] set boldColor= color[cyan on black] cls print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n" print c "\cXXAIO-Boot DVD\n" print c "Hoofdmenu\n" print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n" print "\cXX Menu \n" print "1) Windows XP Professional \n" print "2) Windows 2000 Professional \n" print "3) Windows 98 Second Edition \n" print "\n" print "4) ERD Commander 2003 \n" print "5) Norton Ghost 2003 \n" print "6) Overige DOS Tools \n\n" print "\cXX Menu Opties\n" print "Q) Opnieuw opstarten \n" print "ESC) Start PC Normaal \n" print c "\n" MainKey: show image dvd.csi getkey 30 goto menu if $lastKey == key[1]; then chain /PRO1.DAT if $lastKey == key[2]; then chain /2PRO.DAT if $lastKey == key[3]; then memdisk /98SE.IMA if $lastKey == key[4]; then chain /ERD1.DAT if $lastKey == key[5]; then memdisk /NGH.IMA if $lastkey == key[6]; then goto tools if $lastKey == key[q]; then reboot if $lastKey == key[esc]; then boot 0x80 tools: set textColor= color[grey on black] set boldColor= color[cyan on black] cls print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n" print c "\cXXAIO-Boot DVD\n" print c "Overige DOS Tools\n" print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n" print "\cXX Menu \n" print "1) ATA Password Remove-Set tool \n" print "2) Autoclave HD Eraser \n" print "3) Harddrive Clone Maxx \n" print "4) CMOS Password Recovery \n" print "5) System Speed Test \n" print "6) Kill Disk \n" print "7) Smart Boot Manager \n\n" print "\cXX Menu Opties\n" print "ESC) Terug naar Hoofdmenu \n" print c "\n" toolsKey: getkey 30 goto tools if $lastKey == key[1]; then memdisk /ATAT.IMG if $lastKey == key[2]; then memdisk /ACLA.IMG if $lastKey == key[3]; then memdisk /CLMA.IMG if $lastKey == key[4]; then memdisk /CMPW.IMG if $lastKey == key[5]; then memdisk /SYST.IMG if $lastKey == key[6]; then memdisk /KDSK.IMA if $lastKey == key[7]; then memdisk /SMBT.IMG if $lastKey == key[esc]; then goto menu end BTW, How did you configure your cdshell.ini to display a loading bar thingy in the boot section wich displays the time thats left until normal boot. (saw it on your site)
  7. with what command can i display an image, i used "showimage /boot.csi" with the boot.csi in the root now it looks like this : boot: cls print "\n" print "Druk op Enter om van DVD te starten... \n" getkey 10 boot 0x80 if $lastKey == key[enter]; then goto menu if $lastKey == key[esc]; then boot 0x80 # When no key found... goto boot # Printing the Interface menu: showimage /boot.csi set textColor= color[grey on black] set boldColor= color[cyan on black] cls print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n" print c "\cXXAIO-Boot DVD\n\n" print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n" print "Menu \n\n" print "1) Windows XP Pro \n" print "2) Windows 2000 \n" print "3) Windows 98 SE \n" print "4) ERD Commander 2003 \n" print "5) Norton Ghost 2003 \n" print "7) Kill Disk \n\n" print "Menu Opties\n\n" print "O) Opnieuw opstarten \n" print "ESC) Start PC Normaal \n" print c "\n" MainKey: getkey 30 boot 0x80 if $lastKey == key[1]; then chain /PRO1.DAT if $lastKey == key[2]; then chain /2PRO.DAT if $lastKey == key[3]; then memdisk /98SE.IMA if $lastKey == key[4]; then chain /ERD1.DAT if $lastKey == key[5]; then memdisk /NGH.IMA if $lastKey == key[7]; then memdisk /KDSK.IMA if $lastKey == key; then reboot if $lastKey == key[esc]; then boot 0x80 end Tnx for helping
  8. Thets not the problem, when i start my pc it first shows the splsh creen i made and then the option "boot from dvd". I want to switch this so first the option "boot from dvd" and after pressing enter it shows the splash screen. Gotcha
  9. I mean the Splash.csi image
  10. Hi, Small problem When the dvd boots it first displays the boot image i made and after that i can choose to boot from dvd or not. How can i adjust cdshell to first ask to boot from dvd and then display the image. If anyone could help me tnx alot
×
×
  • Create New...