We have batch scripts that seem to run fine however I am editing one of them to include some new work and when manually running the script (by double-clicking from windows e
I have some advice - consider rewriting your script in PowerShell. PowerShell allows the current working directory to be on a network. PowerShell as a whole is more versatile and powerful than CMD is. It's also cross-platform. Consider switching.