New
#11
Use either of the following lines in a VBScript file, and you will see no window.
CreateObject("wscript.shell").run("""C:\Users\Stan\Desktop\PosnPushAlert.lnk""")
CreateObject("wscript.shell").run("""C:\Users\%USERNAME%\Desktop\PosnPushAlert.lnk""")
Try the following line:
Start "" "C:\Users\%USERNAME%\Desktop\PosnPushAlert.lnk"