It would have the syntax of something like this:
C:\Duplicator>duplirename.exe -source C:\file.txt -outputdir C:\newfiles\ -namelist C:\namelist.txt
Where duplirename.exe is the command, -source [file] specifies the file to be duplicated, -outputdir [dir] specifies a directory to create the new files in and -namelist [file] specifies the name list file.
The namelist.txt would be a simple text file with a new name on each new line, so if the namelist.txt looked like this:
bob
jim
happy
after running the command, the output directory would look like this:
C:\newfiles>dir
bob.txt
jim.txt
happy.txt
I hope this makes sense. I need it for work, and we use Windows machines, but I could probably do at home on my Linux box - if that would be easier. Thanks for all your help!
2007-01-28
17:52:41
·
2 answers
·
asked by
Josh F
1
in
Computers & Internet
➔ Programming & Design