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

Issue with env variables set through dos batch

by akrrs7 (Acolyte)
on Oct 13, 2011 at 15:14 UTC ( [id://931273]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @echo off
    
    ...
    set thisData
    
    echo doneDosTest
    
  2. or download this
    use strict;
    use warnings;
    ...
    print "\n$someFile";
    print "\n$ENV{THIS_HOME}";
    print "\n$ENV{thisRoot}";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-03-28 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found