Search found 2 matches
- 14 Apr 2010 08:54
- Forum: DOS Batch Forum
- Topic: Trim spaces from right using multiple FOR command
- Replies: 3
- Views: 4926
- 14 Apr 2010 02:28
- Forum: DOS Batch Forum
- Topic: Trim spaces from right using multiple FOR command
- Replies: 3
- Views: 4926
Trim spaces from right using multiple FOR command
hi, i have file 'temp3.txt' - on each row is one string - for example "some string " and i need trim spaces from the right using FOR command for each row. i use piece of yours code, but i'm not able to finish it. please help me...i'm going crazy for /f "tokens=1 delims=" %%x in (...