I'm trying to figure out if it's possible to launch an external application and pass the active file to it via command-line parameter directly from PSPad. For example, I would like to launch an open VBScript file using command line like this (where %FullFileName% corresponds to the path to the active document):
cscript //nologo %FullFileName% Or if I need to run VBScript in debugger, I would use something like this: cscript //nologo //D //X %FullFileName% I searched forums and help file, but did not find an obvious answer. I know that this is easy to do in other text editors (TextPad, Notepad++), so I assume there is a way to do the same in PSPad. Any ideas? Thanks. -- <http://forum.pspad.com/read.php?2,44213,44213> PSPad freeware editor http://www.pspad.com
