Atte :
Hello All,
So almost every time I play TF2 I'm recording. And I would like my recording program, Dxtory to open when I open TF2. Is there a script or program that could do this? Thanks!
Easy Peasy.
Create a new text document and type this code:
PHP:
@ECHO off
start "C:\Program Files\dum dum\TF2.exe"
start "C:\Program Files\blah blah\dxtory.exe"
^Provide correct path for the exes, obviously.
Then save changes and rename this text file to anything you want and make sure to change its extension from .txt to .bat.
After that execute this bat file and it will launch both the programs at once.