|
Answer» Hello,
I am FAMILIAR with NOHUP in unix. I have a SCHEDULED job on 2003 which calls a BATCH file. Within this file it calls a cygwin (Unix) script. When I LOG out of the box, after the schedule starts, the program dies. The scheduled job is actually not even the same user as I am. It's just that when I exit the box, the started job ENDS. (I would use nohup on the bash script but I don't know how to call a bash script and nohup at the same time either.
bash nohup
|