Help for this page

Select Code to Download


  1. or download this
    my $batchfile= 'C:\\test.cmd';
    my $cmd= qq("$batchfile" && set);
    print "Environment: $_"
        for `$cmd`;
    
  2. or download this
    set TEST=C:\test.pl