windows bat file error

batch-file

Solution

Do you have a chance to mount the network share first?

net use \\dev\applets z:
z:\mybatchfile.bat

Problem

i try to launch a BAT file on a network share but i get this error: ``` '\\dev\applets' CMD.EXE was started with the above path as the current directory. UNC paths are not supported. Defaulting to Windows directory. ``` is there a workaround for this? thanks!

Original source