jenanay Posted October 26, 2005 Posted October 26, 2005 Now all of a sudden when i go to run cdimage to check my dvd, it wont build the image. ANyone else ever have this problem? It was working just fine.Jen
amd64lover Posted October 26, 2005 Posted October 26, 2005 what do you mean stopped working? please be more specific about exactly what happens...
jenanay Posted October 26, 2005 Author Posted October 26, 2005 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
amd64lover Posted October 26, 2005 Posted October 26, 2005 ok, if it flashes up a screen then does nothing, it means a parameter is incorrect. double check your folder names/spellings and locations of files, then try it again.
jenanay Posted October 26, 2005 Author Posted October 26, 2005 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
Screwz Luse Posted October 26, 2005 Posted October 26, 2005 I'd say that's a good bet. When renaming the boot to CDSH, make sure that you hex edited the correct CDShell file to reflect this (sorry, I don't even remember the file, heh.. I'm in class too ).
amd64lover Posted October 26, 2005 Posted October 26, 2005 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
jenanay Posted October 26, 2005 Author Posted October 26, 2005 HeHe it worked. Building just fine now....thanks guys. Sometimes its so obvious I dont see. Jen
jenanay Posted October 27, 2005 Author Posted October 27, 2005 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:clsprint 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 menuif $lastKey == key[1]; then goto SystemTools_HDDif $lastKey == key[2]; then goto SystemTools_Filesystemif $lastKey == key[3]; then goto SystemTools_Memoryif $lastKey == key[4]; then goto SystemTools_Linuxif $lastKey == key[5]; then goto SystemTools_Othersif $lastKey == key[F1]; then goto Helpgoto menuSystemTools_HDD:clsprint 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 menuif $lastKey == key[1]; then memdisk /SYSTOOLS/IBM.IMGif $lastKey == key[2]; then memdisk /SYSTOOLS/MAXTOR.IMGif $lastKey == key[3]; then memdisk /SYSTOOLS/DLGDIAG.IMGif $lastKey == key[4]; then memdisk /SYSTOOLS/SEAGATE.IMGif $lastKey == key[5]; then memdisk /SYSTOOLS/FUJITSU.IMGif $lastKey == key[6]; then memdisk /SYSTOOLS/SAMSUNG.IMGif $lastKey == key[7]; then memdisk /SYSTOOLS/HUTIL.IMGif $lastKey == key[8]; then memdisk /SYSTOOLS/IBMFT.IMGif $lastKey == key[9]; then memdisk /SYSTOOLS/AMSET.IMGif $lastKey == key[a]; then memdisk /SYSTOOLS/UATA100.IMGif $lastKey == key; then memdisk /SYSTOOLS/DLGUDMA.IMGif $lastKey == key[c]; then memdisk /SYSTOOLS/CLAVE.IMGif $lastKey == key[d]; then memdisk /SYSTOOLS/KILLDISK.IMGif $lastKey == key[e]; then memdisk /SYSTOOLS/HDCLONE.IMGif $lastKey == key[f]; then diskemu /SYSTOOLS/G4U.IMGif $lastKey == key[F1]; then goto Helpgoto menuSystemTools_Filesystem:clsprint 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 menuif $lastKey == key[1]; then memdisk /SYSTOOLS/RANISH.IMGif $lastKey == key[2]; then memdisk /SYSTOOLS/XFDISK.IMGif $lastKey == key[3]; then memdisk /SYSTOOLS/SPFDISK.IMGif $lastKey == key[4]; then memdisk /SYSTOOLS/TESTDISK.IMGif $lastKey == key[5]; then memdisk /SYSTOOLS/PRESIZER.IMGif $lastKey == key[6]; then memdisk /SYSTOOLS/SAVEPART.IMGif $lastKey == key[7]; then memdisk /SYSTOOLS/FDISK.IMGif $lastKey == key[8]; then memdisk /SYSTOOLS/SMRTBOOT.IMGif $lastKey == key[9]; then memdisk /SYSTOOLS/GUJIN.IMGif $lastKey == key[a]; then diskemu /SYSTOOLS/DOSNAVIG.IMGif $lastKey == key; then memdisk /SYSTOOLS/OFFLINE.IMGif $lastKey == key[c]; then memdisk /SYSTOOLS/NTFSREAD.IMGif $lastKey == key[d]; then memdisk /SYSTOOLS/EDITBINI.IMGif $lastKey == key[F1]; then goto Helpgoto menuSystemTools_Memory:clsprint 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 menuif $lastKey == key[1]; then diskemu /SYSTOOLS/MEMTEST.IMGif $lastKey == key[2]; then diskemu /SYSTOOLS/WINDIAG.IMGif $lastKey == key[F1]; then goto Helpgoto menuSystemTools_Linux:clsprint 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 menuif $lastKey == key[1]; then diskemu /SYSTOOLS/TOMSRBBT.IMGif $lastKey == key[2]; then diskemu /SYSTOOLS/RIP.IMGif $lastKey == key[3]; then diskemu /SYSTOOLS/BASICLIN.IMGif $lastKey == key[F1]; then goto Helpgoto menuSystemTools_Others:clsprint 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 menuif $lastKey == key[1]; then diskemu /SYSTOOLS/AIDA16.IMGif $lastKey == key[2]; then diskemu /SYSTOOLS/NSSI.IMGif $lastKey == key[3]; then diskemu /SYSTOOLS/FPROT.IMGif $lastKey == key[4]; then diskemu /SYSTOOLS/CMOSPWD.IMGif $lastKey == key[5]; then diskemu /SYSTOOLS/FREESCO.IMGif $lastKey == key[F1]; then goto Helpgoto menuit will print system tools and the press F1 for help but after that its an error. Help!Thanks all...Jen
amd64lover Posted October 27, 2005 Posted October 27, 2005 it should tell you what line the error is on....
xlnt Posted October 27, 2005 Posted October 27, 2005 Your syntax is wrong:-----------------------------------SystemTools:clsprint 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 menuif $lastKey == key[1]; then goto SystemTools_HDDif $lastKey == key[2]; then goto SystemTools_Filesystemif $lastKey == key[3]; then goto SystemTools_Memoryif $lastKey == key[4]; then goto SystemTools_Linuxif $lastKey == key[5]; then goto SystemTools_Othersif $lastKey == key[F1]; then goto Helpgoto menu-----------------------------------Should be:-----------------------------------SystemTools:clsprint 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 SystemToolsif $lastKey == key[1]; then goto SystemTools_HDDif $lastKey == key[2]; then goto SystemTools_Filesystemif $lastKey == key[3]; then goto SystemTools_Memoryif $lastKey == key[4]; then goto SystemTools_Linuxif $lastKey == key[5]; then goto SystemTools_Othersif $lastKey == key[F1]; then goto Helpgoto 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.
fanatf1 Posted November 8, 2005 Posted November 8, 2005 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 DVDQuestion^ How can i modify cdimage to build DVD isos and can burn with Nero ??Please help!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now