STN6
Electrical
- Mar 3, 2008
- 4
Hello
I have a collection of batch files which have been proven, and all had worked until lately (I'm suspecting a windows update may be the source of my problem, but have not been able to find a solution.)
Problem: When executed a batch file will not properly execute calls/commands for the "local" directory - that is where the [Drive:][\Path\] don't exist.
eg. Del myfile.txt
Call myprog.exe
I can see that the command prompt ALWAYS defaults to C:\Windows\system32\ as of late.
If I open the command prompt directly I get a mesage indicating that "UNC paths are not supported" - and again the prompt defaults to C:\Windows\system32\
Anyone know a quick work-around?
Appreciate the help. Thanks.
I have a collection of batch files which have been proven, and all had worked until lately (I'm suspecting a windows update may be the source of my problem, but have not been able to find a solution.)
Problem: When executed a batch file will not properly execute calls/commands for the "local" directory - that is where the [Drive:][\Path\] don't exist.
eg. Del myfile.txt
Call myprog.exe
I can see that the command prompt ALWAYS defaults to C:\Windows\system32\ as of late.
If I open the command prompt directly I get a mesage indicating that "UNC paths are not supported" - and again the prompt defaults to C:\Windows\system32\
Anyone know a quick work-around?
Appreciate the help. Thanks.