Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Build Perl win32 with a ' ' in install dir

by fdesar (Beadle)
on Jan 06, 2020 at 13:24 UTC ( [id://11111054]=note: print w/replies, xml ) Need Help??


in reply to Re: Build Perl win32 with a ' ' in install dir
in thread Build Perl win32 with a ' ' in install dir

it seems it doen't work anymore on Windows 10 :

If I do in a DOS shell a

dir c:\progra-1

the only thing I get is a "File not found"!

  • Comment on Re^2: Build Perl win32 with a ' ' in install dir

Replies are listed 'Best First'.
Re^3: Build Perl win32 with a ' ' in install dir
by soonix (Canon) on Jan 06, 2020 at 13:46 UTC
    Attention: ~ is not a dash, it should be a (squiggly) tilde.

      ... and depending on the previous use of the filesystem, C:\Program Files does not always have the short filename C:\Progra~1. Use dir /x to find the short filename.

      Alexander

      --
      Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
Re^3: Build Perl win32 with a ' ' in install dir
by shmem (Chancellor) on Jan 07, 2020 at 17:52 UTC
    dir c:\progra-1

    It's a tilde (~), not a dash (-). Try

    dir c:\progra~1
    perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
Re^3: Build Perl win32 with a ' ' in install dir
by Anonymous Monk on Jan 07, 2020 at 04:58 UTC

    it seems it doen't work anymore on Windows 10 :

    Hi

    AFAIK, Its a feature you have to choose to turn on, it affects cmd.exe globbing (extra matches)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-19 11:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found