FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Knows if an application is running or not...

 


pollux1er
I want to write an application which can tell me if an apllication is running or not. In VBscript how do you think i should write ilt?
Gushe
What do you mean?

You can check the processes in your task manager..?
DjMilez
I believe he means on a website... ;D
Gushe
That even makes less sense to me.. Rolling Eyes
pollux1er
Yeah! But I am talking about building an application that can check it for you and tell you the status of the application. I mean If it is running, or not.
Gushe
So;

Do you want to make a web-application to check is a user is running a specific application..?
pollux1er
Gushe wrote:
So;

Do you want to make a web-application to check is a user is running a specific application..?


Yes! Wink
Liu
Are you restricted to only using vbscript which is native to MS? It'd be much easier if you were on a host operating system such as linux/unix where you can may just use system calls for 'ps -axww | grep <app name>' to see if it exists.
pollux1er
Liu wrote:
Are you restricted to only using vbscript which is native to MS? It'd be much easier if you were on a host operating system such as linux/unix where you can may just use system calls for 'ps -axww | grep <app name>' to see if it exists.


Be more explicit pease...
Liu
Be more explicit as to what you don't understand. Wink
Reply to topic    Frihost Forum Index -> Scripting -> Others

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.