Search found 1 match
- Wed Mar 01, 2023 12:18 am
- Forum: VBScript
- Topic: Help with closing cmd window after code has run
- Replies: 0
- Views: 4473
Help with closing cmd window after code has run
Here's my code set x=createobject("wscript.shell") x.run "%comspec% /k ""C:\Users\Go\Desktop\Debug\PBO2 tuner Shortcut.lnk""" Which works to run the shortcut with arguments intact but it leaves an open cmd window afterwards, adding exit and quit at the end pro...