Unlocker w/ Sound
Posted: 17 Nov 2009 06:44
Unlocker, unlocks the file in use by another program or user. 
just a minor update to unlocker script, i use -s to hide the GUI and added a sound notification using microwav.
requirements:
program - http://bellsouthpwp2.net/b/o/bobad/microwav.htm by MacGyver_Soft
sound file - C:\WINDOWS\Media\chimes.wav
PFA - *.wav>microwav.exe
Code: Select all
//Unlocker 0.1
"Unlock : unlock"
//set Unlocker path below
$_exec = "<xypath>\Unlocker\UnlockerPortable.exe";
openwith """$_exec"" <items>", m;
requirements:
program - http://bellsouthpwp2.net/b/o/bobad/microwav.htm by MacGyver_Soft
sound file - C:\WINDOWS\Media\chimes.wav
PFA - *.wav>microwav.exe
Code: Select all
//Unlocker 0.2
//-s: Unlock object without showing GUI
"Unlock : unlock"
//set Unlocker and Sound path below
$_exec = "<xypath>\Unlocker\UnlockerPortable.exe";
$_wav = "<xypath>\chimes.wav";
openwith """$_exec"" <items> -s", m;
open "$_wav";