Open 2 files with 1 icon

Johnny

Poster Extraordinaire
=(eGO)=
Joined
Aug 13, 2010
Messages
2,606
Sometimes I forget to open LoL Recorder when playing League of Legends so I decided to make a batch file to open both executable files. Maybe some people out there will find this information useful.

Step 1) Open up Notepad

Step2) This is an example of how I open up LoL and LoLRecorder at the same time with 1 file.

@echo off
start "" "C:\Riot Games\League of Legends\lol.launcher.exe"
start "" "C:\Program Files\LOLReplay\LOLRecorder.exe"

Step 3) Save the file as whatever.bat

Now I replaced all my shortcuts with that batch file so I always know I have LoLRecorder up and running.
 

Latest posts

Back
Top