Results 1 to 2 of 2

Thread: [RESOLVED] Start VB app that returns control to shell but continues to run

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2005
    Location
    NE, OK (USA)
    Posts
    10

    Resolved [RESOLVED] Start VB app that returns control to shell but continues to run

    I have a need to start a very small VB6 program from the command (DOS) shell. The VB6 program should return "control" to the command shell but continue running without actually ending/exiting.

    I used to do a lot of VB6 programming many years ago but I seem to have forgotten all of the good stuff!

    Thanks in advance,

    LJW

  2. #2

    Thread Starter
    New Member
    Join Date
    Apr 2005
    Location
    NE, OK (USA)
    Posts
    10

    Cool Re: Start VB app that returns control to shell but continues to run

    Please disregard as I have figured out how to make this work.

    "START /B /MIN /D"Char(34)"C:\myDirectory\mySubdirectory"Char(34)" myProgram"

    Works like a champ!

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