Page 1 of 1

console echo off

Posted: Thu Jun 02, 2016 2:46 am
by keichi
Hi,

I'm using enigmavbconsole.exe with .evb file, but I don't need it print everything it packs.

I'm wondering is there anyway to make it echo off?

Re: console echo off

Posted: Thu Jun 02, 2016 8:29 am
by Enigma
Hi, you can run enigmavbconsole.exe and add the following at the end "> NUL" this will disable output.

Eg: enigmavbconsole.exe myproject.evb > NUL

Re: console echo off

Posted: Fri Jun 03, 2016 9:35 am
by keichi
Great, thank you!