Search found 1 match
- February 6th, 2010, 1:18 pm
- Forum: Post-Processing Scripts
- Topic: Cant get SET command working correctly, anyone help?
- Replies: 0
- Views: 2541
Cant get SET command working correctly, anyone help?
hi all, i'm trying to create a script to rename the post processed folder to the largest file thats inside it. However i'm having some troubles with the SET command: for /f "tokens=*" %%f in ('dir /os /b') do if %%f NEQ "" ( set largestfile=%%f echo "lf = %largestfile%"...