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 Chris Miller 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. TheStoneman

    GetFile problem

    Wow. Thanks. I probably tried every other combination of () & "" etc. Just too easy I guess. Thanks again.
  2. TheStoneman

    GetFile problem

    Can someone help me with this problem? Set fso = CreateObject("Scripting.FileSystemObject") Set objArgs = WScript.Arguments For I = 0 to objArgs.Count - 1 WScript.Echo objArgs(I) Set Myfile = fso.GetFile("WScript.Echo objArgs(I)") MyFile.Copy ("C:\") Next 'Set Myfile =...
  3. TheStoneman

    Identify a running app

    Figured it out. Success = WshShell.AppActivate("Microsoft Access") If Success = False Then WScript.Quit Documentation isn't very good in this area. Found it by scouring the net.
  4. TheStoneman

    Identify a running app

    I understand what a boolean value is. How do I get a variable I can test to contain the value?
  5. TheStoneman

    Identify a running app

    Please help. Is there a way to determine if a particular app such as Microsoft Access is currently running? The AppActivate method says that it returns a boolean value whether the call to the app was successful or not. I am not able to figure out how to query that value. Thanks.

Part and Inventory Search

Back
Top