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}";