Help for this page

Select Code to Download


  1. or download this
    delete $ENV{PATH}; # for taint mode
    open ( CMD, '/tools/usr/local/wbin/ls.exe / 2>res.txt |' ) || die $!; 
    while ( <CMD> ) { print; }
    close ( CMD );
    
  2. or download this
    $ENV{'PATH'} = 'C:/WINDOWS/system32;';