Skip to content

UNC Paths #511

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MortalCatalyst opened this issue Mar 20, 2017 · 1 comment
Closed

UNC Paths #511

MortalCatalyst opened this issue Mar 20, 2017 · 1 comment

Comments

@MortalCatalyst
Copy link

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.

'\\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.

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

@echo off
pushd %~dp0
call "%~dp0env_for_icons.bat"
cmd.exe /k

Any advice?

@stonebig
Copy link
Contributor

stonebig commented Mar 20, 2017

net use m: \\INT\UserData\Regionals\*StaffID*

(there is no workaround, believe me)

@stonebig stonebig closed this as completed May 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants