trying to update winpython batfiles so I can use it at work currently I am receiving a UNC error for example starting winpython command prompt.
'\\INT\UserData\Regionals\*StaffID*\WinPython-32bit-3.6.0.1Qt5\scripts'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
'cmd.bat' is not recognized as an internal or external command,
operable program or batch file.
Hi
trying to update winpython batfiles so I can use it at work currently I am receiving a UNC error for example starting winpython command prompt.
Trying to update cmd.bat as per this solution [http://stackoverflow.com/a/9020832/461887](pushd on SO)
However it still fails. This is my updated winpython cmd.bat
Any advice?