Consulting

Results 1 to 2 of 2

Thread: Solved: name of file to launch

  1. #1
    VBAX Tutor
    Joined
    Nov 2007
    Posts
    291
    Location

    Solved: name of file to launch

    I am using Shell to launch an app.

    I have found where the file is located and the file that when I click on it it launches the app, but when I type the address in the Shell function it says file not found.

    The file type in properties says "Windows NT Launching Script"

    i.e. the path is C:\Data\Apps\ReportWriter

    ReportWriter is the name of the app. Within this folder "xplaunch" is the name of the file that when I click on it it launches the app.

    But when I do newapp = Shell("C:\Data\Apps\ReportWriter\xplaunch",1)
    it says file not found

    Do I need to add an extension?

    Thanks

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •