How can i ensure an application keeps running eg if it terminates it is automatically re loaded?
How can i ensure an application keeps running eg if it terminates it is automatically re loaded?

You would need some sort of additional utility that checks the running proccess list for the app you want restarting and then if it goes from the list it must have ended so it will restart it.
Whats the app you want to restart?
Ben
Thats the sorta thing im after
Its basically just an ica session so it would need to run something like:
'C:/citrix/pm.exe /chellaston.ica'

How about:
http://www.themoddingarchive.com/programs.html
Program Restarter from the top of the list may do it.
Ben
Im after something that runs in the background

is the citrix session terminating? you could tell the server to not disconnect idle sessions.
Maybe you can use one of those programs that coverts a program into a service for that. Not sure if it will get rid of GUI etc but worth looking at.Originally Posted by adamyoung
Do you mean ServAny.exe by Microsoft?
You can do that with WMI scripting, even from a remote computer if necessary. If you want to do it that way, the basic info you need is at:
http://www.microsoft.com/technet/scr...s/default.mspx

What are you trying to achieve? Are people incapable of clicking a shortcut on the desktop?
depending on the application, then running it as a service is probably ur best option
There are currently 1 users browsing this thread. (0 members and 1 guests)