Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: [OT++] Seeking Win32 Python Wisdom

by Anonymous Monk
on Mar 16, 2017 at 12:22 UTC ( [id://1184871]=note: print w/replies, xml ) Need Help??


in reply to [OT++] Seeking Win32 Python Wisdom

Isnt there a shell that takes backslashes? I'll have to check my notes later but i think there is

Replies are listed 'Best First'.
Re^2: [OT++] Seeking Win32 Python Wisdom
by syphilis (Archbishop) on Mar 17, 2017 at 05:54 UTC
    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://1184871]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-26 01:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found