Differences

This shows you the differences between the selected revisions of the page.

2015-01-29 2015-04-14
better intro (martin) not two %% in %%i (194.4.7.132) (hidden)
Line 63: Line 63:
rem Generate "put" command for each line in list file rem Generate "put" command for each line in list file
-for /F %%i in (list.txt) do echo put "%%i" "%REMOTE_PATH%" >> script.tmp+for /F %i in (list.txt) do echo put "%i" "%REMOTE_PATH%" >> script.tmp
echo exit >> script.tmp echo exit >> script.tmp

Last modified: by 194.4.7.132