SoFunction
Updated on 2025-04-11

vbs implements no black frames and no DOS windows to hide batch run window

Option Explicit
Dim WshShell, Pro
Set WshShell = ("")
Pro = "D:\Program Files\Qianqianjingling\ D:\Qianqianjingling\Default.ttpl"
 Chr(34) & Pro & Chr(34),0

It supports path or file names with spaces. The VBS code given on the Internet seems to have not been left with spaces, so I will add it here.