HUSH did the trick!  Thanks to you all!

-----Original Message-----
From: Ed Clark [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 27, 2005 2:09 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Run a program in "Silent" mode


You could use HUSH ON and HUSH OFF within the program, or you could execute
the program from another BASIC program using the EXECUTE statement's
CAPTURING clause. You could also run the program from unix using output
redirection, i.e:
        udt progname > /dev/null

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Burwell, Edward
Sent: Wednesday, April 27, 2005 12:22 PM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] Run a program in "Silent" mode


Hello,

Is there a simple UniBasic command (kinda like ECHO OFF) that would cause
all PRINT @(x,y) statements to be suppressed?

I have a program that prints to the screen that I want to run in an
"automatic" mode and I want it to not print to the screen.  We are on
UniData 6 - aix.  Thanks.

Ed Burwell
[EMAIL PROTECTED]
973.361.5400 x1512
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

______________________________________________________________________
This e-mail has been scanned by MCI Managed Email Content Service, using
Skeptic(tm) technology powered by MessageLabs. For more information on MCI's
Managed Email Content Service, visit http://www.mci.com.
______________________________________________________________________
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to