"nohup" for .Net under MS OS

  • Thread starter Joannes Vermorel [MVS]
  • 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.
 
R

Ross Presser

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top