I'm wondering if I can disable the console info, or the green text, that shows up in the NppExec console when I run npe_console v+
.
This is what I see when I run my script:
Console mode: a- d+ h- m- q+ v+ f- r- k3 o2 i2
; append: off, cd_curdir: on, cmd_history: off
; int_msgs: off, cmd_aliases: on, output_var: on
; filter: off, replace_filter: off
; shortcut_keys: std+usr
; out_enc: UTF8, in_enc: UTF8
Exists
The intended output is 'Exists' - I'm wondering if I can hide this? Something along the lines of npe_console v+ >nul
for example.