Results 1 to 3 of 3

Thread: Opening an App with "options" .... help

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Posts
    84
    I'm trying to actually figure out how to open Quake3 with command line options.......

    like: "C:\X\Quake3.exe" +dedicated 1 +exec 1.cfg

    I don't need to do anything after that - just launch it.

    Thanks for any help...

  2. #2
    Guest
    Use the Shell function.

    Code:
    Shell "C:\...\Quake.exe", vbNormalFocus
    It will also support command lines:

    Code:
    Shell "C:\...\Quake.exe +dedicated 1 +exec 1.cfg", vbNormalFocus

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Posts
    84
    Thanks, that worked - I had the format wrong.


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