Interesting. This worked for me to execute scripts. Save a simple .vbs file, e.g.,
Dim i For i = 1 to 10 WScript.Echo "Hello World" Next MsgBox "Check your log", vbInformation Under Settings > Highlighters Settings > MS VBscript > Compilers tab: Compiler: C:\WINDOWS\system32\cscript.exe Parameters: "%File%" *Optional (experiment and see what you like):* LOG File: [x] Capture program output window -- <http://forum.pspad.com/read.php?2,47929,48042> PSPad freeware editor http://www.pspad.com
