Post Reply

Forums -> UltraMon™ -> Script for running Quake 3 with UltraMon
PERSON01   2000-05-13 03:30
If you use multiple monitors and UltraMon, this script disables multiple monitors, runs Quake 3 and then enables multiple monitors again.

Save the following text via Notepad to something like Q3.bat


@echo off
C:\Progra~1\UltraMon\UltraMon.exe /d
c:
cd\Progra~1\QuakeI~1
C:\Progra~1\QuakeI~1\quake3.exe" %1 %2
C:\Progra~1\UltraMon\UltraMon.exe /e
exit


Now use Q3.bat to start Quake3!
Works with Gamespy too!

PERSON01
braindead   2000-05-19 01:59
didn't work for me as secondary monitors are turned back on immediatly while starting quake3.

this way it works:

@echo off
C:\Progra~1\UltraMon\UltraMon.exe /d
start /w C:\games\quake3\quake3.exe %1 %2 %3 %4
C:\Progra~1\UltraMon\UltraMon.exe /e
exit

remember to check the paths!
Forums -> UltraMon™ -> Script for running Quake 3 with UltraMon

Post Reply