The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
5 views

stop/start services by VB script [migrated]

I took the following VB script from the following site: http://www.itninja.com/question/how-do-i-stop-start-service-in-vbscript I make some little change in this VB ( cancel the function ) the ...
-2
votes
0answers
56 views

VB script + automate VPN client command + run command and send yes [closed]

My target is to automate the vpnclient.exe CLI command ( ON WIN XP ) VB script need first to run the command: C:\Program Files\Cisco\VPNvpnclient.exe connect "customor” next when question "Do ...
0
votes
1answer
131 views

Is VB.NET a viable migration path for an application currently scripted in VBScript? [closed]

Our C++ MFC application gives the user the ability to define custom scripts in vbscript (via the VBScript engine). Since (parts of) the application are moving to .NET anyway, and since vbscript seems ...