Jump to content

Open a Program when i open another Program

Go to solution Solved by tikker,

Probably a batch file is easiest. Open notepad add each program as

start /B "" "E:\full\path\to\program1.exe"
start /B "" "C:\full\path\to\program2.exe"

and save with a .bat extension. The first string is the title for the command prompt (we don't care), and /B opens it in the background (no command prompt will show).

 

[Edit] Assuming Windows of course.

I can't make one to test this run, but use this.

Basically it's a .bat file that would launch both

Edit: I didn't put the link lol

https://www.cnet.com/how-to/launch-multiple-programs-with-one-shortcut-in-windows-10/

I could use some help with this!

please, pm me if you would like to contribute to my gpu bios database (includes overclocking bios, stock bios, and upgrades to gpus via modding)

Bios database

My beautiful, but not that powerful, main PC:

prior build:

Spoiler

 

 

Link to post
Share on other sites

Probably a batch file is easiest. Open notepad add each program as

start /B "" "E:\full\path\to\program1.exe"
start /B "" "C:\full\path\to\program2.exe"

and save with a .bat extension. The first string is the title for the command prompt (we don't care), and /B opens it in the background (no command prompt will show).

 

[Edit] Assuming Windows of course.

Crystal: CPU: i7 7700K | Motherboard: Asus ROG Strix Z270F | RAM: GSkill 16 GB@3200MHz | GPU: Nvidia GTX 1080 Ti FE | Case: Corsair Crystal 570X (black) | PSU: EVGA Supernova G2 1000W | Monitor: Asus VG248QE 24"

Laptop: Dell XPS 13 9370 | CPU: i5 10510U | RAM: 16 GB

Server: CPU: i5 4690k | RAM: 16 GB | Case: Corsair Graphite 760T White | Storage: 19 TB

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×