HP3000-L Archives

October 1997, Week 3

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:
Sam Calvert <[log in to unmask]>
Reply To:
[log in to unmask][log in to unmask], 18 Oct 1997 11:20:56 -0400156_us-ascii Is it possible to dial out the HP Support Modem?
I would like to call out this ldev and send a page
to my beeper.

Thanks for any help.42_18Oct199711:20:[log in to unmask]
Date:
Wed, 15 Oct 1997 14:35:57 +1000
Content-Type:
text/plain
Parts/Attachments:
text/plain (32 lines)
> Tony Knowles wrote:
> Devtool seems to hang if there is no tape loaded.  Break and abort
> or abortjob fixes it but that wasn't quite what I had in mind.

MPEX's %devcontrol and, I believe, Allegro's ONLINE do the same.
So this is what I do...

run MPEX.PUB.VESOFT
comment - check LDEV 7 and place online or abort
showdev 7
goon devcontrol 7;online
pause 90
comment ----------------
repeat
comment  to find GOON output file
         setvar veou_file = "![RFILE.FILE]"
forfiles VEOU@:temp
if veftempinfo("!veou_file").opened
comment  then devcontrol was unsuccessful eg tape not loaded
comment ?kill ![str("!veou_file",5,4)]
comment  kill will enable MPEX to exit gracefully
         exit
comment  exiting while child is active
comment  sets JCW FATAL and flushes remainder of job
endif

If I am reading Hans-Ole Kaae's chktape scripts properly (too lazy to
actually test it), it parses the output from :SHOWDEV.  Output from the
:SHOWDEV command may, however, be incorrect if the tape has been
manually ejected after it was originally loaded and before it has been
opened/accessed by a program.

ATOM RSS1 RSS2