Looking for script to launch multiple exe files at once on pen drive.

Discussion in 'Software' started by Rayzipan, Nov 18, 2014.

  1. Rayzipan

    Rayzipan Specialist

    Hi.

    Is there a script that can be made to launch multiple exe files at once on a pen drive? Would it be a .bat file?

    Let's say there is a browser.exe and notepad++.exe and portablecmd.exe that I want launched by clicking on a single script file.

    Can someone provide the code? Would there be issues with the drive letter being changed on different computers?

    Thanks.
     
  2. theefool

    theefool Geekified

    Not at the same time, but close.

    In a notepad document saved as launch.bat

    ./program1.exe
    ./program2.exe

    etc.

    Double click.
     
  3. Rayzipan

    Rayzipan Specialist

    Hi theefool. Do spaces matter?

    I tried this single command to test it but no joy.

    Code:
    ./Portable Apps/ns/netrouteview/NetRouteView.exe
     
  4. theefool

    theefool Geekified

    Yes, with spaces, you have to add " "'s to it, so for your statement:

    "./Portable Apps/ns/netrouteview/NetRouteView.exe"

    Is required.

    Try to not create folders with spaces, instead use _

    Then it would be
    ./Portable_Apps/ns/netrouteview/NetRouteView.exe
     
  5. Rayzipan

    Rayzipan Specialist

    Works but I notice if I have a few items - it does not launch all of them. If I close one of the programs, the next item in the bat file is only then launched -- like it is being queued.
     
  6. Rayzipan

    Rayzipan Specialist

    This did the trick.

    Code:
    @echo off
    
    cd "\Portable Apps\NirLauncher Package 1.19.8"
    start NirLauncher.exe
    
    cd "\Portable Apps\PortableApps.com Platform"
    start Start.exe
    
    exit
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds