Help for this page

Select Code to Download


  1. or download this
    $ENV{TYPE}='c:\scotts test\type me';
    $rc = system("\"$ENV{TYPE}\" c:\\test.bat");
    
  2. or download this
    $ENV{TYPE}='c:\scotts test\type me';
    $new_debug_log='c:\scotts test\type me.bat';
    $rc = system("\"$ENV{TYPE}\" \"$new_debug_log\"");
    
  3. or download this
    @echo off
    @type %1