Please help me!
I'm using Skrommel's PushToShow application in the .exe form and I have a small request. Since I use it as a "special button" on a dock bar is there anybody who could make it work as a taskbar toggler? Like:
-I click on the icon -> the program starts and hides the taskbar as usual
-I re-click on the icon -> the program checks if it is already running and if so it shuts down and makes the taskbar visible again
Indeed, the "special button" I mentioned before is a link to a .vbs script that calls a .bat file.
To start dock+PTS I have a link on the QuickLaunch that runs
CreateObject("Wscript.Shell").Run """C:\\Documents and Settings\\Marco\Documenti\\Programmi portatili\\RK Launcher\\docklets\\Varie\\Avvia dock.bat""",0
which calls
start "" "C:\Documents and Settings\Marco\Documenti\Programmi portatili\RK Launcher\docklets\Varie\PushToShow.exe"
start "" "C:\Documents and Settings\Marco\Documenti\Programmi portatili\RK Launcher\RKLauncher.exe"
And this works fine. To shut down, as I wrote above, I've placed a link on the dock that runs
CreateObject("Wscript.Shell").Run """C:\\Documents and Settings\\Marco\Documenti\\Programmi portatili\\RK Launcher\\docklets\\Varie\\Termina dock.bat""",0
which calls
tskill RKLauncher
***and here I do not know what to put!!!***
Please help me!
Thanks in advance and please answer me,
Martina