Search found 1 match

by jeffgio
15 Dec 2011 10:05
Forum: DOS Batch Forum
Topic: Can't remove <space> FOR delimiter
Replies: 1
Views: 2632

Can't remove <space> FOR delimiter

I'm unable to ignore spaces in my FOR loop token parsing, Am I doing something wrong?? For /F "tokens=1-5 delims=," %%I IN (%_InputFile%) DO ( ECHO %%I Call process_machine %%~I %%~J %%~K %%~L %%~M ) The text file as lines like: 997_m1,/turfcare/997_M1_9M94,997_M1_9M94.xlsm,\\f05tc1\shared...