Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 216773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T18:35:44+00:00 2026-05-11T18:35:44+00:00

How do i launch 2 apps at once in a .bat file? my current

  • 0

How do i launch 2 apps at once in a .bat file? my current text is

cd mydir
my.exe
my.exe difParams
//bat is finished. i dont want my.exe to close
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T18:35:44+00:00Added an answer on May 11, 2026 at 6:35 pm
    start "MY EXE" my.exe 
    

    That kicks the exe off in the background (and avoids title issues, see below).

    The start command offers some options too, use start /? to list them:

    C:>start /?  
    Starts a separate window to run a specified program or command.
    
    START ["title"] [/D path] [/I] [/MIN] [/MAX] [/SEPARATE | /SHARED]
          [/LOW | /NORMAL | /HIGH | /REALTIME | /ABOVENORMAL | /BELOWNORMAL]
          [/NODE <NUMA node>] [/AFFINITY <hex affinity mask>] [/WAIT] [/B]
          [command/program] [parameters]
    
        "title"     Title to display in window title bar.
        path        Starting directory.
        B           Start application without creating a new window. The
                    application has ^C handling ignored. Unless the application
                    enables ^C processing, ^Break is the only way to interrupt
                    the application.
        I           The new environment will be the original environment passed
                    to the cmd.exe and not the current environment.
        MIN         Start window minimized.
        MAX         Start window maximized.
        SEPARATE    Start 16-bit Windows program in separate memory space.
        SHARED      Start 16-bit Windows program in shared memory space.
        LOW         Start application in the IDLE priority class.
        NORMAL      Start application in the NORMAL priority class.
        HIGH        Start application in the HIGH priority class.
        REALTIME    Start application in the REALTIME priority class.
        ABOVENORMAL Start application in the ABOVENORMAL priority class.
        BELOWNORMAL Start application in the BELOWNORMAL priority class.
        NODE        Specifies the preferred Non-Uniform Memory Architecture (NUMA)
                    node as a decimal integer.
        AFFINITY    Specifies the processor affinity mask as a hexadecimal number.
                    The process is restricted to running on these processors.
    
                    The affinity mask is interpreted differently when /AFFINITY and
                    /NODE are combined.  Specify the affinity mask as if the NUMA
                    node's processor mask is right shifted to begin at bit zero.
                    The process is restricted to running on those processors in
                    common between the specified affinity mask and the NUMA node.
                    If no processors are in common, the process is restricted to
                    running on the specified NUMA node.
        WAIT        Start application and wait for it to terminate.
        command/program
                    If it is an internal cmd command or a batch file then
                    the command processor is run with the /K switch to cmd.exe.
                    This means that the window will remain after the command
                    has been run.
    
                    If it is not an internal cmd command or batch file then
                    it is a program and will run as either a windowed application
                    or a console application.
    
        parameters  These are the parameters passed to the command/program.
    

    A tricky bit can be that the “title” comes before the executable and it’s parameters, so sometimes you need to give the app a title just to get start to parse the arguments correctly. 😐

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 151k
  • Answers 151k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer git fetch origin <branch name> git checkout <branch name> git… May 12, 2026 at 9:53 am
  • Editorial Team
    Editorial Team added an answer If you go strictly by DDD, I think your searches… May 12, 2026 at 9:53 am
  • Editorial Team
    Editorial Team added an answer I want to find an easy way which does not… May 12, 2026 at 9:53 am

Related Questions

I have two ASP.NET sites that are used for managing patient information. One application
It's been few weeks I'm trying to find a more detailed explanation with examples
During my application setup, the user has the option of installing a new SQL
I've used several apps now that launch the itunes store directly from the app.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.