Results 1 to 3 of 3

Thread: getting the data after the exe (e.g msn can have messenger.exe /background

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    243

    getting the data after the exe (e.g msn can have messenger.exe /background

    How do i get all the information after the .exe stored into a string for processing???
    Scott
    **********
    Visit my web page at www.hyphenex.ugtech.net

  2. #2
    Lively Member Harvester's Avatar
    Join Date
    May 2002
    Location
    God's Country
    Posts
    124

    Command$

    You mean the command line arguments? Call the Command$ Function.

    VB Code:
    1. Dim myCommandLine as String
    2.  
    3.     myCommandLine = Command$()


    Now you have the command line arguments.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    243
    Thanks
    Scott
    **********
    Visit my web page at www.hyphenex.ugtech.net

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