So, I’m trying to make an application open with another application using a .bat file, but I’m not having very much luck.
I attempted to do this with the .bat file:
@echo off cd "C:Program Files (x86)...(directory folder)" start application1.exe cd "C:Program Files (x86)...(directory folder)" start application2.exe exit
But it just opens both applications by themselves. Is there anyway to do this?
New contributor
ExoTitan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1