From: Martin X. on 18 Jul 2007 17:11 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 18 Jul 2007 18:08 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 13 Aug 2007 16:44 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 >
|
Pages: 1 Prev: Copy file with scheduled tasks Next: Problem looping through OUs using LDAP |