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: vtom
  • Order by date
  1. vtom

    How do I open Winword.exe in VBScript?

    I got it. Instead of putting the entire path I just put: WshShell.Run "Winword" That seems to work fine.
  2. vtom

    How do I open Winword.exe in VBScript?

    yeah Roger, That would help a lot. I'm a beginner w/ VBScript and I'm just playing around a bit. I'm not too sure how to enable my vbs to search the registry like you said. As I said above, I: set WshShell = CreateObject ("WScript.Shell")
  3. vtom

    How do I open Winword.exe in VBScript?

    That's my question...and I'm able to get this to work by doing this: set WshShell = CreateObject ("WScript.Shell") WshShell.Run "D:\Progra~1\Micros~1\Office\Winword.exe" However, what if I run this on another machine and the path is not on the D:, but the C:. Instead of...

Part and Inventory Search

Back
Top