From: Martin X. on
Hi,

Is there a way to execute a VBS from within Notepad++? I know with ConTEXT
it could be done and had a button right on the toolbar to run the VBS.

--
Regards,
Martin X.
MCSA: M


From: Matthias Tacke on
Martin X. wrote:
> Hi,
>
> Is there a way to execute a VBS from within Notepad++? I know with ConTEXT
> it could be done and had a button right on the toolbar to run the VBS.
>
<http://notepad-plus.sourceforge.net/uk/run-HOWTO.php>

--
Greeings
Matthias
From: Kevin C on
In [ C:\Documents and Settings\USER\Application Data\Notepad++\ ] (replace
USER with your username) there is an XML file called shortcuts edit it in
Notepad++ under
<UserDefinedCommands>

add the following line (This is a single line):
--Start--

<Command name="Wscript" Ctrl="yes" Alt="no" Shift="no"
Key="13">c:\WINDOWS\system32\wscript.exe "$(FULL_CURRENT_PATH)" </Command>

-END--

This will allow you to launch wscript via CTRL + ENTER or use the run
command.

(I assume you are using C:\ as your system drive and that defaults are in
place)

--
Kevin Callanan
MSCA 2003, A+, Network+
www.weblabtechs.com

Please let us know if this response was helpful...


"Matthias Tacke" wrote:

> Martin X. wrote:
> > Hi,
> >
> > Is there a way to execute a VBS from within Notepad++? I know with ConTEXT
> > it could be done and had a button right on the toolbar to run the VBS.
> >
> <http://notepad-plus.sourceforge.net/uk/run-HOWTO.php>
>
> --
> Greeings
> Matthias
>