Skip to content

Batch run of a time-consuming script in the background #1114

Answered by jkozlowicz
jkozlowicz asked this question in Q&A
Discussion options

You must be logged in to vote

@jshcodes Looks like I was wrong...

I think I wanted to recreate a script, but forgot the give it a new name and thus I thought instructions to make a process run in background were added, but in fact an old script without these was being used. I also ran into problems managing remote processes as in some cases they were dying after closing the connection with the host, which only added to the confusion. I think I have solved all the issues related to that so we can close this discussion.

It seems that I am now capable of running process in background with:

  • nohup ./<my-script.sh> & disown on linux machines
  • Start-Process -WindowStyle hidden "<exectuable>" on windows machines

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@jkozlowicz
Comment options

@jshcodes
Comment options

@jkozlowicz
Comment options

@jkozlowicz
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jshcodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
RTR Real Time Response issues and questions SDK usage General SDK usage issues and questions
2 participants