Skip to content

Instantly share code, notes, and snippets.

@tacolin
tacolin / run.vbs
Created September 1, 2014 06:23
How to run multiple vbscripts in Secure CRT
#$language = "VBScript"
#$interface = "1.0"
' use this to get the output from script1 and script2 '
dim run_return : run_return = False
Sub Run(vbsFile)
'-------------------------------------------------------------------------'
' Read the script text'
'-------------------------------------------------------------------------'