Search found 2 matches
- 20 Dec 2011 18:59
- Forum: DOS Batch Forum
- Topic: SET Command
- Replies: 7
- Views: 8542
Re: SET Command
Thanks! Just have one more question: why is it call set and not just set? The same occurs in the section of code following for /f "tokens=1,* delims=]" %%A in ('find /n /v "" "%src%"') do ( if /i "%%B"=="%emk%" set "bExtr="&set "bS...
- 19 Dec 2011 18:32
- Forum: DOS Batch Forum
- Topic: SET Command
- Replies: 7
- Views: 8542
SET Command
Hi, I am relatively new to batch scripting. I was looking into the batch script to FTP only new files found on this website. For /F "Delims=" %%A In ('"Ftp -v -i -s:"%temp%\%~n0.ftp"|Findstr %FindStrArgs%"') Do ( Call Set "FileList=%%FileList%% "%%A""...