lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 10 September 2013 19:01, Michael Horvath <mikh2161@gmail.com> wrote:
> Does anyone use Notepad++ to do their work? How do you get the Run
> command to properly execute a script?
>
> I tried
>
> D:\lua4\bin\Win32\lua4.exe  -f "$(FULL_CURRENT_PATH)"
>
> and from what I can see the file IS executed. But the console window
> will not remain open.
>
> I know I could alternately use SciTE, but would prefer to stick with Notepad++.
>
>
> Mike
>

Try use the NppExec plugin. It will display a console window at the
bottom of the main window.