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 Rhinorhino 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

    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 =...
  2. 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