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
PHV: unfortunately this doesn't solve the problem
EBGreen and PHV: My task was to zoom in / zoom out a FFDShow subtitle via Girder or via *.vbs file, but FFDShow has a speciality, which doesn't allow this with any simple keystroke. I have to use ONLY a keyboard.....very interesting and very...
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
I think I've explained my problem a little confused. I don't need to know, if is application running - I want to know, if is my application in active mode (in the foreground). And would be better, if I knew exact name of active (in the foreground) application....not to know if is running.
thx
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
yes, this is sufficient, thanx. Maybe would be more sufficient, if I knew command for "If is any application activated (in the foreground), then...."
I have been founding this, but I haven't found it.
thanx a lot
not "remote process", but I am using an infrared remote control, which starts by "Girder 3" any file.vbs. And here is a problem - launching causes de-activating the wmplayer (wmplayer is no more active window), so no more I can not control the wmplayer by the IR remote control. I have to...
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.