I was wondering I've noticed that some people have added an option to create specific ISO images from within there multiboot DVD. I know they have CDImage in the root folder, but I cannot find any batch files
that trigger the command to cdimage to create the specific iso file.
Does anyone know how this is done.
Page 1 of 1
Option to create iso from individual files within multiboot DVD
#2
Posted 02 April 2006 - 03:53 PM
Ah yes, I'd really like to know how to do this as well. I assume you need to create a batch file (maybe imbed it into the autorun.exe programme).
I've been looking at this thread: http://www.msfn.org/...showtopic=62111
Which gives the command as:
start BOOT\CDIMAGE.EXE -l"Hirens Boot CD 7.6" -t08/23/2001,09:00:00 -b..\HREN.IMG -h -n -o -m ..\BOOTCD "%AllUsersProfile%\Desktop\Hiren's Boot CD 7.6.iso"
So, I found one of the discs that lets you create standalone ISOs and nicked the Cdimage.exe programme, and tried to write my own. Basically, I want to turn the folder PDF into an iso called PDF. I put the file CDIMAGE.exe in the same folder and wrote:
start CDIMAGE.EXE -lPDF -t08/23/2001,09:00:00 -h -n -m -o -x \PDF C:\PDF.ISO
But it didn't work - a command box appears for a second then dissapears. What do I need to write in the bat file to get this to work? Thanks a lot guys.
I've been looking at this thread: http://www.msfn.org/...showtopic=62111
Which gives the command as:
start BOOT\CDIMAGE.EXE -l"Hirens Boot CD 7.6" -t08/23/2001,09:00:00 -b..\HREN.IMG -h -n -o -m ..\BOOTCD "%AllUsersProfile%\Desktop\Hiren's Boot CD 7.6.iso"
So, I found one of the discs that lets you create standalone ISOs and nicked the Cdimage.exe programme, and tried to write my own. Basically, I want to turn the folder PDF into an iso called PDF. I put the file CDIMAGE.exe in the same folder and wrote:
start CDIMAGE.EXE -lPDF -t08/23/2001,09:00:00 -h -n -m -o -x \PDF C:\PDF.ISO
But it didn't work - a command box appears for a second then dissapears. What do I need to write in the bat file to get this to work? Thanks a lot guys.
This post has been edited by Doctor Trout: 02 April 2006 - 04:03 PM
#3
Posted 02 April 2006 - 04:18 PM
I agree am using Autorun.exe 6, and I believe that somehow you should be able to inject
A text (batch) command into the CDIMAGE.exe. I own a multiboot disc which I did not create
and I noticed that they have added cdimage to the disc 1 time without any extra batch files giving the commands.
I’m thinking the answer is in the script commands. I’m still working withit.
One way or the other I’ll figure it out. It may take a couple of months.
A text (batch) command into the CDIMAGE.exe. I own a multiboot disc which I did not create
and I noticed that they have added cdimage to the disc 1 time without any extra batch files giving the commands.
I’m thinking the answer is in the script commands. I’m still working withit.
One way or the other I’ll figure it out. It may take a couple of months.
#4
Posted 02 April 2006 - 04:37 PM
I'm sorry I'm using autoplay media studio 6. I dont know how autorun works.
#5
Posted 03 April 2006 - 02:03 AM
I'm using CD Menu Pro, and that has an option to run a command.
However, I still can't make the command work, even in a batch file... so that doesn't help me.
However, I still can't make the command work, even in a batch file... so that doesn't help me.
#6
Posted 03 April 2006 - 03:18 AM
Fixed it... looks like, stupidly, I added a slash before the folder - when you don't need to. Thus:
"CDIMAGE.EXE" -lPDF -t08/23/2001,09:00:00 -h -n -m -o -x "PDF" C:\PDF.ISO
"CDIMAGE.EXE" -lPDF -t08/23/2001,09:00:00 -h -n -m -o -x "PDF" C:\PDF.ISO
Share this topic:
Page 1 of 1



Help
Back to top









