First, download a copy of the ultimate bootdisk from http://www.ultimatebootcd.com .
Now unpack the ISO. You will only need the IMG-Files stored in the "images"-directory. Since, ubd-menu works with bscript (;D) you can use some parts of the bscript.ini included in the iso.
Copy the Images to your dvd-root or where you want... Then open your cdshell.ini and edit it the way you like it...
Don't forget. Most Images only need memdisk but some NEED diskemu (because of DOS Emulation I think).
And because I'm a nice person, I will post the ubd-part of my cdshell.ini:
SystemTools:
cls
print r "\n\cXXPress \c0BF1 \cXXfor Help \n"
print c "\n\cXXSystem-Tools \n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"
print "1) Hard Disk Utilities \n"
print "2) Filesystem Utilities \n"
print "3) Memory Utilities \n"
print "4) Linux Utilities \n"
print "5) Others \n"
print c "\n\n"
print "Press any key to return to main menu... \n"
ST_Key:
getkey 20 goto menu
if $lastKey == key[1]; then goto SystemTools_HDD
if $lastKey == key[2]; then goto SystemTools_Filesystem
if $lastKey == key[3]; then goto SystemTools_Memory
if $lastKey == key[4]; then goto SystemTools_Linux
if $lastKey == key[5]; then goto SystemTools_Others
if $lastKey == key[F1]; then goto Help
goto menu
SystemTools_HDD:
cls
print r "\n\cXXPress \c0BF1 \cXXfor Help \n"
print c "\n\cXXSystem-Tools - Harddisk Utilities \n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"
print "1) Drive Fitness Test (IBM/Hitachi) \n"
print "2) PowerMax (Maxtor/Quantum)\n"
print "3) DLG Diagnostic (Western Digital)\n"
print "4) SeaTools Desktop (Seagate) \n"
print "5) Diagnostic Tool (Fujitsu) \n"
print "6) SHDIAG (Samsung) \n"
print "7) HUTIL (Samsung) \n"
print "8) Feature Tool (IBM/Hitachi) \n"
print "9) AMSET (Maxtor) \n"
print "A) UATA100 (Seagate) \n"
print "
print "C) AutoClave \n"
print "D) Active@ KillDisk Free Edition \n"
print "E) HDClone (Free Edition) \n"
print "F) g4u (HDD Cloning) \n"
print c "\n\n"
print "Press any key to return to main menu... \n"
SystemTools_HDD_Key:
getkey 20 goto menu
if $lastKey == key[1]; then memdisk /SYSTOOLS/IBM.IMG
if $lastKey == key[2]; then memdisk /SYSTOOLS/MAXTOR.IMG
if $lastKey == key[3]; then memdisk /SYSTOOLS/DLGDIAG.IMG
if $lastKey == key[4]; then memdisk /SYSTOOLS/SEAGATE.IMG
if $lastKey == key[5]; then memdisk /SYSTOOLS/FUJITSU.IMG
if $lastKey == key[6]; then memdisk /SYSTOOLS/SAMSUNG.IMG
if $lastKey == key[7]; then memdisk /SYSTOOLS/HUTIL.IMG
if $lastKey == key[8]; then memdisk /SYSTOOLS/IBMFT.IMG
if $lastKey == key[9]; then memdisk /SYSTOOLS/AMSET.IMG
if $lastKey == key[a]; then memdisk /SYSTOOLS/UATA100.IMG
if $lastKey == key[b]; then memdisk /SYSTOOLS/DLGUDMA.IMG
if $lastKey == key[c]; then memdisk /SYSTOOLS/CLAVE.IMG
if $lastKey == key[d]; then memdisk /SYSTOOLS/KILLDISK.IMG
if $lastKey == key[e]; then memdisk /SYSTOOLS/HDCLONE.IMG
if $lastKey == key[f]; then diskemu /SYSTOOLS/G4U.IMG
if $lastKey == key[F1]; then goto Help
goto menu
SystemTools_Filesystem:
cls
print r "\n\cXXPress \c0BF1 \cXXfor Help \n"
print c "\n\cXXSystem-Tools - Filesystem Utilities \n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"
print "1) Ranish Partition Manager \n"
print "2) XFDISK (Extended FDISK) \n"
print "3) SPFDISK (Special FDISK) \n"
print "4) TestDisk (check/undelete partitions \n"
print "5) Partition Resizer \n"
print "6) SavePart (Partition Saver) \n"
print "7) Free FDISK \n"
print "8) Smart BootManager \n"
print "9) Gujin BootManager \n"
print "A) DOS Navigator \n"
print "
print "C) Active NTFS Reader for DOS \n"
print "D) EditBINI (edit BOOT.INI in an NTFS partition) \n"
print c "\n\n"
print "Press any key to return to main menu... \n"
SystemTools_Filesystem_key:
getkey 20 goto menu
if $lastKey == key[1]; then memdisk /SYSTOOLS/RANISH.IMG
if $lastKey == key[2]; then memdisk /SYSTOOLS/XFDISK.IMG
if $lastKey == key[3]; then memdisk /SYSTOOLS/SPFDISK.IMG
if $lastKey == key[4]; then memdisk /SYSTOOLS/TESTDISK.IMG
if $lastKey == key[5]; then memdisk /SYSTOOLS/PRESIZER.IMG
if $lastKey == key[6]; then memdisk /SYSTOOLS/SAVEPART.IMG
if $lastKey == key[7]; then memdisk /SYSTOOLS/FDISK.IMG
if $lastKey == key[8]; then memdisk /SYSTOOLS/SMRTBOOT.IMG
if $lastKey == key[9]; then memdisk /SYSTOOLS/GUJIN.IMG
if $lastKey == key[a]; then diskemu /SYSTOOLS/DOSNAVIG.IMG
if $lastKey == key[b]; then memdisk /SYSTOOLS/OFFLINE.IMG
if $lastKey == key[c]; then memdisk /SYSTOOLS/NTFSREAD.IMG
if $lastKey == key[d]; then memdisk /SYSTOOLS/EDITBINI.IMG
if $lastKey == key[F1]; then goto Help
goto menu
SystemTools_Memory:
cls
print r "\n\cXXPress \c0BF1 \cXXfor Help \n"
print c "\n\cXXSystem-Tools - Memory Utilities \n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"
print "1) Memtest86 \n"
print "2) Windows Memory Diagnostic \n"
print c "\n\n"
print "Press any key to return to main menu... \n"
SystemTools_Memory_key:
getkey 20 goto menu
if $lastKey == key[1]; then diskemu /SYSTOOLS/MEMTEST.IMG
if $lastKey == key[2]; then diskemu /SYSTOOLS/WINDIAG.IMG
if $lastKey == key[F1]; then goto Help
goto menu
SystemTools_Linux:
cls
print r "\n\cXXPress \c0BF1 \cXXfor Help \n"
print c "\n\cXXSystem-Tools - Linux Utilities \n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"
print "1) Tom's Boot Disk \n"
print "2) Recovery Is Possible (RIP) \n"
print "3) BasicLinux \n"
print c "\n\n"
print "Press any key to return to main menu... \n"
SystemTools_Linux_key:
getkey 20 goto menu
if $lastKey == key[1]; then diskemu /SYSTOOLS/TOMSRBBT.IMG
if $lastKey == key[2]; then diskemu /SYSTOOLS/RIP.IMG
if $lastKey == key[3]; then diskemu /SYSTOOLS/BASICLIN.IMG
if $lastKey == key[F1]; then goto Help
goto menu
SystemTools_Others:
cls
print r "\n\cXXPress \c0BF1 \cXXfor Help \n"
print c "\n\cXXSystem-Tools - Other Utilities \n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"
print "1) AIDA16 \n"
print "2) NSSI \n"
print "3) F-Prot Antivirus for DOS (Personal use only) \n"
print "4) CMOS Password Recovery \n"
print "5) Freesco (One-disk Router) \n"
print c "\n\n"
print "Press any key to return to main menu... \n"
SystemTools_Others_key:
getkey 20 goto menu
if $lastKey == key[1]; then diskemu /SYSTOOLS/AIDA16.IMG
if $lastKey == key[2]; then diskemu /SYSTOOLS/NSSI.IMG
if $lastKey == key[3]; then diskemu /SYSTOOLS/FPROT.IMG
if $lastKey == key[4]; then diskemu /SYSTOOLS/CMOSPWD.IMG
if $lastKey == key[5]; then diskemu /SYSTOOLS/FREESCO.IMG
if $lastKey == key[F1]; then goto Help
goto menu



Help
Back to top









