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?
Knows if an application is running or not...
What do you mean?
You can check the processes in your task manager..?
You can check the processes in your task manager..?
I believe he means on a website... ;D
That even makes less sense to me.. 
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.
So;
Do you want to make a web-application to check is a user is running a specific application..?
Do you want to make a web-application to check is a user is running a specific application..?
| Gushe wrote: |
| So;
Do you want to make a web-application to check is a user is running a specific application..? |
Yes!
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.
| 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...
Be more explicit as to what you don't understand. 
