Help for this page

Select Code to Download


  1. or download this
    my $cmdline = 
    'C:\windows\system32\WindowsPowerShell\v1.0\powershell.exe -command "&
    + D:\scripts\get-info.ps1 "."\'$val1\' "."\'$filename\'"';
    ...
        DETACHED_PROCESS,
        ".",
    );
    
  2. or download this
    use strict;
    use warnings;
    ...
    else {
        print "Success!\n";
    }