View Single Post
Old 04-11-2005, 03:54 PM   #104
$Temp
Guest
Default

FWIW, Arena runs *great* with VDMsound + mousctl. Just create a VDMSound shortcut to a DOS batch (.BAT) file that looks a bit like this:
Code:
@echo off
mousectl 3,4,5,6,7,8,9,10
call arena.bat
mousectl /u
                       
Reply With Quote