Results 1 to 2 of 2

Thread: Application startup filename?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Location
    UK
    Posts
    1

    Post

    Say I download a data file from the web whose extension (eg '.netr') is associated with our installed VB application via registry keys. This file will automatically
    run our application, but we then want the application to open and read from the '.netr' file which triggered it.

    How can I let our VB application know which filename has caused it to initially run ?.

  2. #2
    Lively Member
    Join Date
    Jan 1999
    Location
    Lincolnshire, UK
    Posts
    111

    Post

    If you are talking about reading the command line switches, then you should be able to access the command path via the Command() function

Posting Permissions

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



Click Here to Expand Forum to Full Width