Search found 3 matches

by lizac
07 Apr 2011 06:58
Forum: DOS Batch Forum
Topic: Nested For /F in batch reading input from txt
Replies: 4
Views: 5281

Re: Nested For /F in batch reading input from txt

works like a charm. Thank you for being so helpful!
GodSpeed!
by lizac
07 Apr 2011 02:54
Forum: DOS Batch Forum
Topic: Nested For /F in batch reading input from txt
Replies: 4
Views: 5281

Re: Nested For /F in batch reading input from txt

hi! Thanks... by the way, I should have included what's included in the ANOTHER COMMAND So the entire content of my .bat file is FOR /F "tokens=* delims= " %%G in (partners.txt) DO "C:\Program Files (x86)\iOpus\iMacros\iMacros.exe" -macro "screenshot.iim" -var_offercode...
by lizac
07 Apr 2011 02:11
Forum: DOS Batch Forum
Topic: Nested For /F in batch reading input from txt
Replies: 4
Views: 5281

Nested For /F in batch reading input from txt

hello. I have this code in .bat file FOR /F "tokens=* delims= " %%G in (partners.txt) DO "C:\Program Files (x86)\iOpus\iMacros\iMacros.exe" -macro "screenshot.iim" -var_offercode %%G ANOTHER COMMAND Note: this part - "C:\Program Files (x86)\iOpus\iMacros\iMacros.ex...