in reply to Re^3: how to open a separate notepad
in thread how to open a separate notepad
thundergnat provides the answer by modifying the command line to use the windows start command. This appears to be equivalent to the UNIX trailing apostrophe.
print "This happens before\n"; system ("start test.txt"); print "This happens afterwards\n";
|
|---|