**************************************************************************** * NppExec plugin ver. 0.3 RC1 for Notepad++ 5.1 (and above) * by DV, December 2006 - January 2009 * Co-developers: Nicolas Babled & Geert Vancompernolle (since July 2007) **************************************************************************** * * Possibilities: * 1) Run multiple commands from the "Execute..." dialog * 2) Run stand-alone command from the Console Dlg * 3) Separate console for each NppExec.dll (e.g. NppExec1.dll, NppExec2.dll) * 4) Additional commands: * cls - clear Console screen * cd - shows current path * cd - changes current directory (absolute or relative) * cd - changes current drive and directory * dir - lists subdirs and files * dir - lists subdirs and files matched the mask * dir - lists subdirs and files matched the mask * echo - prints a text in the Console * set - shows all user's variables * set - shows the value of user's variable * set = - sets the value of user's variable * unset - removes user's variable * env_set - shows the value of environment variable * env_set = - sets the value of environment variable * env_unset - removes/restores the environment variable * inputbox "message" - shows InputBox, sets $(INPUT) * inputbox "message" : initial_value - InputBox, sets $(INPUT) * con_loadfrom - loads a file's content to the Console * con_load - see "con_loadfrom" * con_saveto - saves the Console's content to a file * con_save - see "con_saveto" * sel_saveto - save the selected text to a file * sel_saveto : - save the selected text to a file * sel_save : - see "sel_saveto" * npp_exec