HP3000-L Archives

January 2000, 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:
Mon, 10 Jan 2000 13:57:11 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (65 lines)
the following was a command file I wrote at a former site for turning
the echo on or off
Question #1:
*******************************
PARM INFO = " "
OPTION NOHELP
SETVAR INFO "!INFO"
IF INFO = "?"
 ECHO
 ECHO  This command file will turn your terminal echo on or off
 ECHO  depending on the value you enter.  The default value is on.
 ECHO
 ECHO
ELSE
 ECHO
 SETVAR ON_OFF "ON"
 ECHO Enter ON or OFF to set your terminal echo "
 ECHO
 INPUT ON_OFF;PROMPT="The default is ON "
 ECHO
 IF UPS("!ON_OFF") = "ON"
  ECHO turing your terminal echo ON.
  SET ECHO=ON
 ELSE
  ECHO turing your terminal echo OFF.
  SET ECHO=OFF
 ENDIF
 DELETEVAR ON_OFF
ENDIF
DELETEVAR INFO


************************
Question #2

use the help setcounter from the colon (:) prompt for resetting spooler
numbers.

Good Luck,



--
Larry Barnes
Director of MIS
Mitek Corp.
4545 E. Baseline Rd.
Phoenix, AZ 85040
(602) 438-4545 ext. 1366
[log in to unmask]




Genesis wrote:

> I need to find the answers to 2 (hopefully) easy questions.
> 1. How to turn the echo on after a program abort.
> 2. How to reset the spool file numbers on the HP.
>
> Thanks in advance.
>
> Chris Miller
> Genesis Total Solutions, Inc.

ATOM RSS1 RSS2