yusufdestina Posted January 13, 2005 Posted January 13, 2005 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.isoThis 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... If anyone can explain me in simple language it would be great help!!tnx!
Incroyable HULK Posted January 13, 2005 Posted January 13, 2005 Is this what you are looking for?CLS@ECHO OFFTITLE ISOcdimage.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
prathapml Posted January 13, 2005 Posted January 13, 2005 Just specify the dir name! Example:cdimage -lYOURCDLABEL -bC:\xpcd\bootsector.bin -h -n -m -o C:\targetdir C:\xpsp1.ISO
yusufdestina Posted January 13, 2005 Author Posted January 13, 2005 tnx for all ur suggestions,I've tried thiscdimage -lYOURCDLABEL -bC:\xpcd\bootsector.bin -h -n -m -o C:\targetdir C:\xpsp1.ISOIs parameter -b necesary?Anyway, it works fine now...tnx for all ur kind help!!! it's hard to find a good forum these days
Whampoom Posted January 13, 2005 Posted January 13, 2005 the -b is neccessary , YOURCDLABEL should be change to label your compilationfor XPSP1 you find them here :http://www.tacktech.com/display.cfm?ttid=312Ex: -lX1AHFPP_ENand the targetdir changed too , in your case I guess : C:\XPCD
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now