Make Dxtory open when I open TF2

Status
Not open for further replies.

Atte

Honorable
Jan 29, 2014
44
0
10,540
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!
 
Solution

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.

Kratos47

Distinguished
Jan 26, 2014
181
0
18,760

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.
 
Solution

Atte

Honorable
Jan 29, 2014
44
0
10,540


Thank You!
 
Status
Not open for further replies.

TRENDING THREADS