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 strongm 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: *

  1. infojens

    Running batch file from VB

    This is nice code guy´s and it works I am from Denmark and whan´t to go U.S.A just need a job ! Private Sub Form_Load() Dim WshShell As Object Set WshShell = CreateObject("Wscript.Shell") WshShell.run "C:\windows\desktop\bat1.bat", , True WshShell.run...
  2. infojens

    Share/unshare af folder with vbs ?

    Is it possibly to share/unshare af drive/folder with vbs ?
  3. infojens

    Play Sound

    How can I play a wav sound in vbscript ?

Part and Inventory Search

Back
Top