Differences
This shows you the differences between the selected revisions of the page.
2015-04-14 | 2015-04-14 | ||
not two %% in %%i (194.4.7.132) (hidden) | no summary (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 |