[Resolved] Ext usage in an automated manner

User discussion and information resource forum for scripting of TeraByte products using script lanugages such as TBScript, VBScript, Batch Files, and more.
Post Reply
nemesis
Posts: 76
Joined: Mon Jun 21, 2021 12:25 pm

[Resolved] Ext usage in an automated manner

Post by nemesis »

Hi,

Ext seems to just print stuff to the screen which undesirable in many situations.

Is there a way to block it from printing the text to console and catch the result?

Regards, Davy
Last edited by nemesis on Mon Nov 01, 2021 3:39 pm, edited 1 time in total.
Eric
Posts: 224
Joined: Mon Sep 05, 2011 6:53 pm
Location: France

Re: Ext usage in an automated manner

Post by Eric »

If you are speaking of the ext() command (not exec), you can use the "set option quiet 1" just before.
nemesis
Posts: 76
Joined: Mon Jun 21, 2021 12:25 pm

Re: Ext usage in an automated manner

Post by nemesis »

hi Eric, thank you. Yes indeed Ext().

I've already found a different way of solving the problem. By setting the text position where I want the output to be.

It seems I'm really running into the limitations of tbscript.
Post Reply