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:
CODE
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...
If anyone can explain me in simple language it would be great help!!
tnx!