"nohup" for .Net under MS OS

  • Thread starter Thread starter Joannes Vermorel [MVS]
  • Start date Start date
J

Joannes Vermorel [MVS]

I am implementing a .Net application (scientific computing) that basically
requires a couple of days to terminate on a single desktop. Until now, I was
using Mono (a .Net port) to run it on a Linux server. To achieve that, I was
using the command-line

$ nohup mono MyApp.exe &

I have WinXP machine that I can access through Remote Desktop, I would like
to achieve the same effect. What would you suggest?

Joannes
Ps: sorry if this post is a bit off topic here.
 
I am implementing a .Net application (scientific computing) that basically
requires a couple of days to terminate on a single desktop. Until now, I was
using Mono (a .Net port) to run it on a Linux server. To achieve that, I was
using the command-line

$ nohup mono MyApp.exe &

I have WinXP machine that I can access through Remote Desktop, I would like
to achieve the same effect. What would you suggest?

Joannes
Ps: sorry if this post is a bit off topic here.

Connect using remote desktop connection and start the program. Once it is
running, instead of logging out, just close the remote desktop connection
window. The session will continue and you can connect to it again later.

As long as the remote machine is not in a domain that enforces session
limits, that is.
 
Back
Top