S
Sid Knee
I have a right-click menu command that I use to open a command window in
a directory that I point to. The command line used is:
cmd.exe /k cd%1
This works fine for directories on local drives, but if I try to use it
on a network drive I get a "unc paths are not supported" error.
Am I stuck with this or is there a way to get it to work.
Note: I have another right-click menu command whose purpose is to purge
some cad files which suffers the same problem (and which is actually
more pressing) but the command window example above illustrates the
problem more simply.
a directory that I point to. The command line used is:
cmd.exe /k cd%1
This works fine for directories on local drives, but if I try to use it
on a network drive I get a "unc paths are not supported" error.
Am I stuck with this or is there a way to get it to work.
Note: I have another right-click menu command whose purpose is to purge
some cad files which suffers the same problem (and which is actually
more pressing) but the command window example above illustrates the
problem more simply.