• 0

[vb] Anyobody Know Very Good Bat To Vbs Tutorials?


Question

5 answers to this question

Recommended Posts

  • 0

Ok,it should be easy :)

RUN_NET_APPS.BAT

"D:\Program Files\Messenger Plus\MsgPlus.exe"

"D:\Program Files\Meaya Popup Ad Filter\PopFilter.exe"

"D:\Program Files\MSN Messenger\msnmsgr.exe"

But add some lines which will do THIS:

if these apps are NOT running,RUN them

if these apps ARE running,CLOSE them.

That is all i need.Yeah and make the script silent,so it won't ask anything...

Thanx

Link to comment
Share on other sites

  • 0

Here's the basic program, it will launch the programs using the ShellExecute API. I still need to do a little research on functions/api's that allow to check if a certain program is running, until then, hang tight.

run_net_apps.exe

Link to comment
Share on other sites

  • 0

I know, I have to find the right VB code that will allow me to check if the programs are currently open. The program I posted should at least open the files.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.