Page 1 of 1

Make ISO from filelist (?)

Posted: 02 Jul 2014, 12:18
by yota
what about, when user has a txt file like :

Source_File Destination_Folder Destination_File

Source_File must be the full name of the source file to copy (path + filename).
Destination_Folder specifies the name of destination folder on the disc.
Destination_File specifies the filename on the disc.

Destination_Folder and Destination_File will be optional parameters. Each parameter must be separated by a tabulator character.

example of file:
C:\FOLDER\SOURCE_FILE_1.XXX
C:\FOLDER\SOURCE_FILE_2.XXX \DISCFOLDER
C:\FOLDER\SOURCE_FILE_3.XXX \DISCFOLDER DISC_FILE_3.XXX


+ a cmd switch which defines the ISO format (Cd/DVD/DVDDL/BLDVD), when imported files reach the media limit write 2nd/3rd ISO?

Re: Make ISO from filelist (?)

Posted: 02 Jul 2014, 12:30
by Steven
yota
You have to write your own parser for such text files and use AnyToISO command line

Re: Make ISO from filelist (?)

Posted: 02 Jul 2014, 12:38
by yota
I cant see any fromfile switch, please guide me

Re: Make ISO from filelist (?)

Posted: 02 Jul 2014, 12:41
by yota
image there is 1000files all in different directories, I can make the parser but has to be 1 ISO :D

maybe the solution is to provide a DLL 3 API calls?

-open
-add files/dirs (and in which ISO dir belongs) (as 1st post^)
-close

Re: Make ISO from filelist (?)

Posted: 02 Jul 2014, 12:48
by Steven
yota
There's sample usage on the page. You can convert 1000 files using command line, one by one.

Command line is more straightforward and cross-platform way.

Re: Make ISO from filelist (?)

Posted: 02 Jul 2014, 13:08
by yota
sorry but I can read only
Create ISO from a local folder

the need is
1000files all in different directories
example
\test\1.txt
\test\2.txt
\test2\a.txt
\test2\b.txt
I would like to add only 1.txt + b.txt

Re: Make ISO from filelist (?)

Posted: 02 Jul 2014, 13:19
by Steven
yota
then you have to write your own script/app to put all the files in one folder

Re: Make ISO from filelist (?)

Posted: 02 Jul 2014, 13:39
by yota
thats im talking about, this is how it works till today^ I would like to avoid this!

btw - I contact with Nero, there is no functionality like this

thanks anyway :)

Re: Make ISO from filelist (?)

Posted: 02 Jul 2014, 13:49
by Steven
No problem :good: