Help for this page

Select Code to Download


  1. or download this
    print "starting notepad, blocking, you must close it to continue$/";
    
    ...
    system qw[ cmd.exe /c start notepad ];
    
    print "look, notepad still open, and I'm exiting$/";