hi monks,
I have some problems.
for some reason, I can't execute
system ("echo HELLO WORLD; &");
I know this command executes when i put it into the unix terminal. I also know that it will work if i take out the semi colon. However, I need to execute commands as if it was used for the terminal.
I want to execute commands and directly continue through the script. (the commands could take 5- 10 mins to execute).