Results 1 to 2 of 2

Thread: Reading Command Line Parameters

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    New York, NY, USA
    Posts
    3

    Post

    Hey I know this has been asked in a few ways, but I'm not sure I understand the answer. I'm trying to write a wrapper that is a command line executable. It needs to read in 7 Strings as parameters. I'm not using any GUI interfaces. How would I do this? An example would really help. Thanks.

  2. #2
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Calgary Alberta
    Posts
    359

    Post

    dim strCmdArgs as string
    strCmdArgs = Command

    That will take all the elements of the command line and put them into the string. Then you can seperate the string into the 7 arguements you want.

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