Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Set environment variable for one time system command windows

by samwyse (Scribe)
on Mar 27, 2013 at 19:55 UTC ( [id://1025802]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    R:\>set test=hello && echo %test%
    %test%
    
  2. or download this
    R:\>set test=hello && cmd /c "echo %test%"
    hello
    
  3. or download this
    use strict;
    use warnings;
    ...
    }else{
        system("test=hello; export test; echo \$test");
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-04-26 03:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found