Good morning,
Working with wget for DOS I have problems to save my files in a specific
hard disk and directory.
When I use on the DOS command line for example :
wget -r -P j:/TOTO http://gemplus.com
it works perfectly.
But when I put this line in a BAT file, the ":" is interpreted by wget
as "@3A", then it saves my files in the directory j@3A (and inside this,
TOTO).
I tried to put the path within simple and double quotes, but both are
interpreted by wget as normal character of a name of directory.
Could you please help me ?
Thank you very much.