Help for this page

Select Code to Download


  1. or download this
    set SHELL=cmd.exe
    
  2. or download this
    set PATH=$cleaned_path
    
  3. or download this
    my $cleaned_path = join ";",
                       grep { ! -f "$_\\sh.exe" && ! -f "$_\\cc1.exe" }
                       split /;/, $ENV{PATH}
                       ;