DonationCoder.com Software > Finished Programs
DONE: WinampKiller
brotherS:
:) Check the latest version of IdleMute at www.donationcoder.com/Software/Skrommel. It sports a second timer that kicks in after x minutes of inactivity after the initial ilde mute.
-skrommel (March 01, 2006, 06:33 PM)
--- End quote ---
Great idea! :Thmbsup:
Now all I need is a command/exe to close Winamp in a clean way - any idea?
jgpaiva:
Now all I need is a command/exe to close Winamp in a clean way - any idea?
-brotherS (March 02, 2006, 01:25 AM)
--- End quote ---
I've read about this app in the forums of winamp. It's quite useful, and i think it could be the solution for your problem.
(It alows you to control winamp from the command line, and it includes the QUIT command ;))
brotherS:
Wow, great find! :up:
I added its path plus /QUIT to IdleMute and it's working perfectly!
bliss:
I had trouble shutting down (w98se) whenever the dialup or winamp were still loaded so I did this:
--- ---;;; Shutdown Button v0.2 for Win98se bLisTeRinG 2006
opt = %1%
IfEqual,opt,?
{
Goto Help
}
Else
{
StringLen, pot, opt
IfEqual,pot,0
{
opt = 9
}
}
WinampX:
DetectHiddenWindows, On
DetectHiddenText, On
WinKill, ahk_class Winamp v1.x
Dialup:
WinClose, Connect to
;Process, Close, RNAAPP.EXE
Cleanup:
FileRemoveDir, C:\Temp, 1
FileCreateDir, C:\Temp
FileRemoveDir, %A_WinDir%\Temp, 1
FileCreateDir, %A_WinDir%\Temp
FileDelete, %A_WinDir%\Recent\*.*
Shutdown, %opt%
Exit:
ExitApp
Help:
MsgBox, Syntax: Shutter.exe ?`n`n? is one of the following:`n`n0 Logoff`n1 Shutdown`n2 Reboot`n4 Force`n8 PwrOff`n9 Shut+PwrOff -default`n? This Help
Exit
Navigation
[0] Message Index
[*] Previous page
Go to full version