Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Command line

by Marshall (Canon)
on Aug 08, 2011 at 10:28 UTC ( [id://919190]=note: print w/replies, xml ) Need Help??


in reply to Command line

Windows thinks that the trailing \" means an escaped version of " and doesn't see it as a normal " which would end the argument's quoting. So you need one more \ if you want to end the first arg with a \ character.
perl test.pl "D:\First Folder\test\\" "D:\Second Folder"

This is a Windows shell thing and there is really nothing that Perl can do about it.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-19 12:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found