Results 1 to 3 of 3

Thread: Command Line How?

  1. #1

    Thread Starter
    Addicted Member slashandburn's Avatar
    Join Date
    Aug 1999
    Location
    Marietta, Ga
    Posts
    229

    Post

    How Could I Get My Program That when I run it with -Cheat on the end to make it run SUB Programs?

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    In your Form_Load or Sub_Main (usually here, but not required), evaluate the Command$ variable for info

  3. #3
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527

    Post

    i.e:

    Code:
    Sub Main()
    if Command$ = "/p" then call Password
    etc...
    End Sub
    just in case you neeeded an explanation


    ------------------
    david
    Teenage Programmer


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