Atte

Honorable
Jan 29, 2014
2
0
10,510
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

Honorable
Jan 26, 2014
5
1
10,520

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
2
0
10,510


Thank You!