V1.2.0.8 command line does not work with equal signs
Posted: Tue Nov 17, 2009 5:12 pm
Lately a new problem came up. I guess it came with the last update of FlashGot.
If you use a batch file for starting wget and have a command line that includes equal signs, these equal signs get replaced by spaces somewhere in the process.
Command:
C:\WINDOWS\system32\cmd.exe
Command line:
/c C:\echo_it.bat [--directory-prefix=FOLDER] ...
The log does show the equal signs:
Running C:\WINDOWS\system32\cmd.exe /c C:\echo_it.bat --directory-prefix=D:\download ...
... but the batch file does not get them.
--directory-prefix D:\download ...
echo_it.bat:
echo %1 %2 %3 %4
pause
Firefox: v3.5.5 on XP
Thanks
Klaus
If you use a batch file for starting wget and have a command line that includes equal signs, these equal signs get replaced by spaces somewhere in the process.
Command:
C:\WINDOWS\system32\cmd.exe
Command line:
/c C:\echo_it.bat [--directory-prefix=FOLDER] ...
The log does show the equal signs:
Running C:\WINDOWS\system32\cmd.exe /c C:\echo_it.bat --directory-prefix=D:\download ...
... but the batch file does not get them.
--directory-prefix D:\download ...
echo_it.bat:
echo %1 %2 %3 %4
pause
Firefox: v3.5.5 on XP
Thanks
Klaus