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 is not exact path
thank you
"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 is not exact path
thank you