MSFN Forum: cdimage and cdburn - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

cdimage and cdburn Rate Topic: -----

#1 User is offline   yusufdestina 

  • Group: Members
  • Posts: 2
  • Joined: 13-January 05

Posted 13 January 2005 - 09:17 AM

Hi all,
first of all i'm a newbie...
This is what i want to do, make a image file of a specified dir and then burn it on cd.
It has to be done without any gui, I use Perl to execute the cdimage and cdburn tools.
Now i use this for cdimage:
cdimage -h -m -o -j1 C:\testcdimage.iso

This makes a image file of my curent working dir... how can i specify a target dir to make a image file from? I tried the help, but didn't help me much... :blushing:
If anyone can explain me in simple language it would be great help!!
tnx! :hello:


#2 User is offline   Martin Zugec 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,373
  • Joined: 24-January 04

Posted 13 January 2005 - 09:21 AM

Go to target dir and run this command? :)

#3 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,256
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 January 2005 - 09:37 AM

Is this what you are looking for?

CLS
@ECHO OFF
TITLE ISO
cdimage.exe -l"WXPSP2EN" -t"08/23/2001,09:00:00" -h -j1 -b"Microsoft Corporation.img" -o -w1 -m "..\WinXP SP2 EN" "..\ISO\WinXP SP2 EN.iso"
EXIT


#4 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 January 2005 - 09:39 AM

Just specify the dir name!
Example:
cdimage -lYOURCDLABEL -bC:\xpcd\bootsector.bin -h -n -m -o C:\targetdir C:\xpsp1.ISO


#5 User is offline   yusufdestina 

  • Group: Members
  • Posts: 2
  • Joined: 13-January 05

Posted 13 January 2005 - 10:11 AM

tnx for all ur suggestions,
I've tried this
cdimage -lYOURCDLABEL -bC:\xpcd\bootsector.bin -h -n -m -o C:\targetdir C:\xpsp1.ISO


Is parameter -b necesary?
Anyway, it works fine now...

tnx for all ur kind help!!! it's hard to find a good forum these days :thumbup

#6 User is offline   Whampoom 

  • Junior
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 14-April 04

Posted 13 January 2005 - 03:19 PM

the -b is neccessary , YOURCDLABEL should be change to label your compilation
for XPSP1 you find them here :

Quote


Ex: -lX1AHFPP_EN

and the targetdir changed too , in your case I guess : C:\XPCD

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy