Jump to content

CD Image stopped working


jenanay

Recommended Posts


Ok sorry. I have my cdimage in my c: directory. I open a command prompt and type

start cdimage.exe -lAIODVD -t08/23/2001,09:00:00 -b\AIO-DVD\BOOT\loader.bin -h -n -o -m \AIO-DVD C:\AIODVD.iso

Then it wont do anything. I have done this numerous times in the past and it worked fine. Now all of a sudden it will flash up a screen ultra quick and then just sits there. It wont build anything or even give me any error message. Its strange. I havent done anything really different except added another OS to my project.

Thanks.

Jen

Link to comment
Share on other sites

Hmmm I think I may know what I did wrong. I put Longhorn on my cd and renamed the boot folder to cdsh. well in the command I did not change it-could that be what it is??

Im at school now but will try that when I get home.

Thank you for the suggestion!

Ill post again if Im still having problems.

Jen

Link to comment
Share on other sites

that is probably what it is since that command is looking for the loader.bin file in the BOOT folder. if all other things are equal, it should look like this...

start cdimage.exe -lAIODVD -t08/23/2001,09:00:00 -b\AIO-DVD\CDSH\loader.bin -h -n -o -m \AIO-DVD C:\AIODVD.iso

Link to comment
Share on other sites

I have another question. I didnt know if i was supposed to post another thread or not but here goes.

Im adding Ultimate Boot cd and Im getting a print error when I select from the menu. Close quote expected, something like that. I figure it has to be with my script. Here is what mine looks like....well the ubcd part anyway.

SystemTools:

cls

print r "\n\cXXPress \c0BF1 \cXXfor Help \n"

print c "\n\cXXSystem-Tools \n"

print c "\c092ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\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 "& #092;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 "B) Ultra ATA Manager (Western Digital) \n"

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; 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 "& #092;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 "B) Offline NT Password & Registry Editor \n"

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; 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 "& #092;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 "& #092;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 "& #092;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

it will print system tools and the press F1 for help but after that its an error. Help!

Thanks all...

Jen

Link to comment
Share on other sites

Your syntax is wrong:

-----------------------------------

SystemTools:

cls

print r "\n\cXXPress \c0BF1 \cXXfor Help \n"

print c "\n\cXXSystem-Tools \n"

print c "& #092;c092ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

Ä

ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\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

-----------------------------------

Should be:

-----------------------------------

SystemTools:

cls

print r "\n\cXXPress \c0BF1 \cXXfor Help \n"

print c "\n\cXXSystem-Tools \n"

print c "& #092;c092ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

Ä

ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\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 SystemTools

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 SystemTools

-----------------------------------

In your goto's your refer to 'menu', but you have no section called 'menu'...

Your sections are called SystemTools, SystemTools_HDD, SystemTools_Filesystem, SystemTools_Memory, SystemTools_Linux and SystemTools_Others.

Replace goto menu with goto SystemTools, goto SystemTools_HDD and so on and you should be fine.

Link to comment
Share on other sites

  • 2 weeks later...

Hello!

I use cdimage to build my UXPCD all the time and it work best!

Now i want to build DVD UXP!

I make iso using standart cdimage line (size of iso abot 2 gb)

Then i try to burn it with Nero here come a error - Your iso is a Cd not DVD

Question^ How can i modify cdimage to build DVD isos and can burn with Nero ??

Please help!

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...