How to launch shortcut via VBScript?
"Set WshShell = WScript.CreateObject("WScript.Shell")
girder=WshShell.Run("d:\aDokumenty\Apps\Girder\VBSaJS\BlueAudio.lnk",1,false)"
is not working, but when I click on the shortcut everything is OK
BlueAudio.lnk is a shortcut of bluetooth device, co there...
How to get the vbscripting programme pernamently into memory (RAM)? Because I usually launch any vbscript by an infrared remote control and the first execute after a long time disproportionately last.
thx a lot
How to send a keystroke in WXP "ctrl+alt+shift+PageUp" from *.vbs file?
I have this (all text):
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "^%+{PGUP}" 'enlarge subtitle'
I really don't know, why it doesn't run.
Not even "^%{PGUP}" takes effect.
thanx
How to get a name of the active application in vbscript? I've been founding this for a long time, but because of beeing beginner I haven't found a final solution. Could someone help me and could exactly write in vbs this?:
"if wmplayer is.active then
wscript.echo "wmplayer is active"
end if"
thanx
How to launch vbs or js script in the background? I am using a remote controller and when I launch any vbs script by the remote controller and at the same time the wmplayer (for example) is playing, sometimes happens, that the wmplayer is de-activated (is not an active window because of start...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.