Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: [OT++] Seeking Win32 Python Wisdom

by syphilis (Archbishop)
on Mar 17, 2017 at 05:54 UTC ( [id://1184963]=note: print w/replies, xml ) Need Help??


in reply to Re: [OT++] Seeking Win32 Python Wisdom
in thread [OT++] Seeking Win32 Python Wisdom

Isnt there a shell that takes backslashes?

There's the cmd.exe shell (but that shell is unusable for this exercise).
Also, the msys2 shell will accommodate backslashes in the path ... so long as they're escaped:
sisyphus@Owner-PC311012 MINGW64 ~ $ ls C:\\_32\\Python27\\doc python274.chm sisyphus@Owner-PC311012 MINGW64 ~ $ ls C:\\\_32\\\Python27\\\doc python274.chm sisyphus@Owner-PC311012 MINGW64 ~ $ ls C:\\\\_32\\\\Python27\\\\doc python274.chm sisyphus@Owner-PC311012 MINGW64 ~ $ ls C:\\_32\\\Python27\\\\doc python274.chm
That could (potentially) be useful.

Cheers,
Rob

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1184963]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-18 14:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found