Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: maysider
  • Content: Threads
  • Order by date
  1. maysider

    How to launch shortcut via VBScript?

    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...
  2. maysider

    How to get the vbscripting programme pernametly into memory (RAM)?

    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
  3. maysider

    How to send a keystroke "ctrl+alt+shift+PageUp" in *.vbs file?

    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
  4. maysider

    How to get a name of the active application in vbs?

    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
  5. maysider

    How to launch vbs or js script in the background?

    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...

Part and Inventory Search

Back
Top