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:
Paul Scott <[log in to unmask]>
Reply To:
Paul Scott <[log in to unmask]>
Date:
Wed, 13 Sep 2006 08:17:03 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (67 lines)
Hi Larry,

You can turn OPTION LIST / OPTION NOLIST on and off within a command
file many times. If you do something like:
Option nolist
ECHO SETVAR _GRPPW VEUSERINFO("user.acct").PASSWORD >> MPEXEQ 
Option list

Bracketing your commands you want not listed it should accomplish the
result you want.

Hope this helps,

Paul Scott

-----Original Message-----
From: HP-3000 Systems Discussion [mailto:[log in to unmask]] On
Behalf Of Larry Barnes
Sent: Wednesday, September 13, 2006 7:54 AM
To: [log in to unmask]
Subject: [HP3000-L] Echo commands

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 *

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

ATOM RSS1 RSS2