Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: BigDreamer
  • Order by date
  1. BigDreamer

    How to run a Visual Basic exe from vbscript?

    If that vb EXE file is an ActiveX component you can do that by usin create Object method. Else you have to create another Active X DLL which will call the Shell function to run the EXE and then call that onject from your script throuh CreateObject Method. Try it Good luck

Part and Inventory Search

Back
Top