View Single Post
Old 06-27-2008, 02:08 PM   #146
soloxp
Low Bitrate
 
Join Date: Dec 2006
Posts: 86
Why don't you guys just use Volume_Amp_Control. Here to patch files so you can control the amps on and off with autohotkey.

batch file for amps on (Start "" "C:\Volume_Amp_Control\Volume_Amp Control.exe")
autohotkey (Q::Run C:\Volume_Amp_Control\Volume_Amp Control.EXE)

batch file for amps off (TASKKILL /F /IM "Volume_Amp Control.exe)
autohotkey (W::Run C:\Volume_Amp_Control\Amps Off.bat)
soloxp is offline   Reply With Quote