adamyoung Posted June 6, 2006 Posted June 6, 2006 How can i ensure an application keeps running eg if it terminates it is automatically re loaded?
plexer Posted June 6, 2006 Posted June 6, 2006 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
adamyoung Posted June 6, 2006 Author Posted June 6, 2006 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'
plexer Posted June 6, 2006 Posted June 6, 2006 How about: http://www.themoddingarchive.com/programs.html Program Restarter from the top of the list may do it. Ben
adamyoung Posted June 6, 2006 Author Posted June 6, 2006 Im after something that runs in the background
CyberNerd Posted June 6, 2006 Posted June 6, 2006 is the citrix session terminating? you could tell the server to not disconnect idle sessions.
ChrisH Posted June 6, 2006 Posted June 6, 2006 Im after something that runs in the background 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.
sahmeepee Posted June 6, 2006 Posted June 6, 2006 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/scriptcenter/scripts/misc/events/default.mspx
Ric_ Posted June 6, 2006 Posted June 6, 2006 What are you trying to achieve? Are people incapable of clicking a shortcut on the desktop?
Gatt Posted June 6, 2006 Posted June 6, 2006 depending on the application, then running it as a service is probably ur best option
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now