I need to start bf2 via command line as i want to create a batch file that auto connects to our server..
the batch file looks like this so far but it just launches the game without connecting
D:
cd "D:/Games/EA GAMES/Battlefield 2"
"D:/Games/EA GAMES/Battlefield 2/bf2.exe" +menu 1 +fullscreen 1 +joinserver 85.236.101.39 +port 16667
the batch file looks like this so far but it just launches the game without connecting
D:
cd "D:/Games/EA GAMES/Battlefield 2"
"D:/Games/EA GAMES/Battlefield 2/bf2.exe" +menu 1 +fullscreen 1 +joinserver 85.236.101.39 +port 16667
Comment