FIX: Your connection to the server has been lost.
Collapse
X
-
-
Re: FIX: Your connection to the server has been lost.
You could create a *.bat file that deletes pbns.dat and then launches BF2:Originally posted by alex98ukIs it possible to create a .bat file to run a delete command when opening BF2?
Open notepad and paste the above command lines. Save your document to your BF2 directory (ex. EA GAMES\Battlefield 2) as a *.bat file (ex. BF2Launcher.bat). Create a shortcut to this file and place it on your desktop. Whenever you double-click it, it will delete the file and launch BF2. And you can also use the BF2 icon (for the shortcut), which can be found in the BF2.exe.Code:Del "pb\pbns.dat" Start "Battlefield 2 Launcher" "BF2.exe" +menu 1 +fullscreen 1 Exit
Comment
-
Comment
-
Re: FIX: Your connection to the server has been lost.
Hero!You could create a *.bat file that deletes pbns.dat and then launches BF2:
Open notepad and paste the above command lines. Save your document to your BF2 directory (ex. EA GAMES\Battlefield 2) as a *.bat file (ex. BF2Launcher.bat). Create a shortcut to this file and place it on your desktop. Whenever you double-click it, it will delete the file and launch BF2. And you can also use the BF2 icon (for the shortcut), which can be found in the BF2.exe.Code:Del "pb\pbns.dat" Start "Battlefield 2 Launcher" "BF2.exe" +menu 1 +fullscreen 1 Exit
Comment
Comment