We have discontinued this forum and moved support tickets to the GitHub issue tracker. More info

Make ISO from filelist (?)

Ask, answer questions, and express your opinion about AnyToISO. Discussion of bugs and problems found in AnyToISO, feature requests

Moderator: Steven

Post Reply
yota
Posts: 5
Joined: 02 Jul 2014, 12:07

Make ISO from filelist (?)

Post 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?
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Make ISO from filelist (?)

Post by Steven »

yota
You have to write your own parser for such text files and use AnyToISO command line
yota
Posts: 5
Joined: 02 Jul 2014, 12:07

Re: Make ISO from filelist (?)

Post by yota »

I cant see any fromfile switch, please guide me
yota
Posts: 5
Joined: 02 Jul 2014, 12:07

Re: Make ISO from filelist (?)

Post 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
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Make ISO from filelist (?)

Post 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.
yota
Posts: 5
Joined: 02 Jul 2014, 12:07

Re: Make ISO from filelist (?)

Post 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
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Make ISO from filelist (?)

Post by Steven »

yota
then you have to write your own script/app to put all the files in one folder
yota
Posts: 5
Joined: 02 Jul 2014, 12:07

Re: Make ISO from filelist (?)

Post 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 :)
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Make ISO from filelist (?)

Post by Steven »

No problem :good:
Post Reply