Dear all,
I would like to do the following :
system(notepad test.txt);
print "This is a test\n";
Now to get the line "This is a test" I need to close my notepad first.
Is their a way that the script opens the notepad but keep
running the script without that I have to close notepad first.
Thanks,
Pieter