in reply to How to continue a script after using a system call without the system call has been closed
you can also do either:
orsystem("start notepad test.txt");
`notepad test.txt`;
In Section
Seekers of Perl Wisdom