Saved Bookmarks
| 1. |
Solve : For loop Skip=%var%? |
|
Answer» As the title depicts, in a for loop, I need skip to equal %var%. I tried for /f "skip=%var% delims=:" and for /f "delims=: skip=%var%" but it SAYS that it was unexpected at this time.Since you didn't post your code or say what OS you are using we can't see where your problem is Since you didn't post your code or say what OS you are using we can't see where your problem isStrange...it didn't work for me the FIRST time. Quote from: Dias de verano on May 21, 2009, 01:00:49 PM say what OS you are usingIt SHOWS that beside my post... |
|