1830241 Members
9681 Online
109999 Solutions
New Discussion

Re: running a script

 
Pando
Regular Advisor

running a script

whenever i execute a script, it opens a run window in my CDE. How can i prevent that from popping out? Is there a command that i should add at the end of my script so that it would close automatically?

Maximum points for all corect answers.
3 REPLIES 3
Leif Halvarsson_2
Honored Contributor

Re: running a script

Hi,

Have you created a dtaction ? You can change the window to Auto-close or No-output.
Dave La Mar
Honored Contributor

Re: running a script

Fernando -
Why not just nohup the script?
nohup ./script_name &
Send it into the background.

Regards,
dl
"I'm not dumb. I just have a command of thoroughly useless information."
F Verschuren
Esteemed Contributor

Re: running a script

Can you post the script, Normaly when a script ends the window wil be gone to.

Normaly we use the nohup ore at ore cron ore run you can run it on the console to prevent make sure it wil run whitout a interuption.