mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
4 lines
254 B
Plaintext
4 lines
254 B
Plaintext
Set WshShell = CreateObject("WScript.Shell")
|
|
WshShell.Run chr(34) & CreateObject("Scripting.FileSystemObject").GetAbsolutePathName(".") & "\" & left(WScript.ScriptName,(Len(WScript.ScriptName))-(len(".vbs"))) & ".bat" & Chr(34), 0
|
|
Set WshShell = Nothing
|