console echo off

Issues related to Enigma Virtual Box
Post Reply
keichi
Posts: 2
Joined: Thu Jun 02, 2016 2:40 am

console echo off

Post 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?
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: console echo off

Post 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
keichi
Posts: 2
Joined: Thu Jun 02, 2016 2:40 am

Re: console echo off

Post by keichi »

Great, thank you!
Post Reply