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.

I APPRECIATE all the help you've given me thus far. I might need to be satisfied with the 80/20 rule at this point.Let me try a different idea

Can I strip off the "\" from the "H:\" I get from %cd%?Quote from: tboyerva on March 23, 2016, 09:02:03 AM

cd /d %currdrpth%

I'm seeing an Error that 'H:\' is not recognized as an internal or EXTERNAL command.

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


Discussion

No Comment Found