CTags for pspad? Really? Wow, that great! :) Regarding your problem, I'm not sure but maybe you WSH is not installed at your machine.
Create new text file: version.vbs Copy this code there 'Script to display WSH, VBScript 'Script created by Guy Thomas On Error Resume Next WScript.Echo "WSH Version: " & WScript.Version Wscript.Echo "VBScript Version: " & ScriptEngineMajorVersion _ & "." & ScriptEngineMinorVersion and try to execute. It must print out WSH and VBScript version. -- <http://forum.pspad.com/read.php?2,46648,46726> PSPad freeware editor http://www.pspad.com
