Hi,
Both the CLI & GUI command lines allow '/input-file <file>' to be used.
I'm wondering if there is a description available of the file format or any other help with using 'input-file'.
Also, I do not find a way to use an input file within the program. Have I missed it somehow?
thanks,
Jake
I found this worked for me in the CLI version.
wcopy /input-file "C:\Scripts\target.txt" /O D:\websites /recursive
The target files is just a plain txt list, CRLF seperated, of URL -
https://bbc.co.uk
https://cnn.com
etc
Hope this helps.