Saved Bookmarks
| 1. |
Solve : From here to there and back again? |
|
Answer» Actually the Batch itself is actually is in a different directory, but the Output is being written to c:\working. cd /d %currdrpth% Put this on the lines above it. You'll see what it inside the variable and be able to figure out the oddness. Mind you that isn't where the error you see is being generated, UNLESS & is in the variable. Add pause here and there to track it down. Code: [Select]ECHO cd /d -%currdrpth%- pause |
|