HP3000-L Archives

September 2006, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Larry Barnes <[log in to unmask]>
Reply To:
Larry Barnes <[log in to unmask]>
Date:
Wed, 13 Sep 2006 07:53:43 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (42 lines)
I have a script that has some imbedded echo commands that echo commands
to a temp file.
These commands are deep in the file and I'm trying to find a way to
prevent these particular echo statements from displaying on the
terminal.
I can't use option nolist at the beginning because the other command
lines need to be seen.
 
I've tried turning off local echo and using the esc(A) esc(J) to move up
1 line and the delete but it appears to issuing these statements out of
sequence.
 
here's a sample:  ECHO SETVAR _GRPPW VEUSERINFO("user.acct").PASSWORD
>> MPEXEQ
 once the temp file is built then I run MPEX with the temp file; then
the file is purged.
 
I've even tried this (didn't work)
 
 ECHO SETVAR _GRPPW VEUSERINFO("user.acct").PASSWORD    >> MPEXEQ
>$null
 
and
 
 ECHO SETVAR _GRPPW VEUSERINFO("user.acct").PASSWORD    >> MPEXEQ
![chr(27)]M

	this left me with a temp file with empty lines.

 
I've run out of ideas and don't know what else to search for.
 
Thanks in advance.
 
El Bee.




* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2