python - Sublime Text 3083 CMD.exe error -


just upgraded 3083 3065, every time run script get:

cmd.exe started above path current directory. unc paths not supported.  defaulting windows directory. 

the script still runs makes me uncomfortable seeing every time build. not occuring in 3065, how can elminate issue?

because having unc directory default can cause programs started in console crash if console closed. in testing have never seen program crash. it's meant old programs.

there registry key allow unc paths.

hkey_current_user\software\microsoft\command processor disableunccheck = dword (1 = true, 0 or absent = false) 

however cmd won't let change one. way make happen start cmd shortcut default directory set unc path (and other command allows default path set program being started).

so how starting it? there directory being specified. on network, or specified if on network (ie 127.0.0.1 or localhost or machinename)


Popular posts from this blog