Help for this page

Select Code to Download


  1. or download this
    my $child = fork();
    
    ...
        exec 'cmd', '/C', 'PowerShell', '-Command', 'sleep', '7', '&',
              'Echo', 'Done'
    }