HP3000-L Archives

May 2001, Week 5

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:
Donna Garverick <[log in to unmask]>
Reply To:
Donna Garverick <[log in to unmask]>
Date:
Thu, 31 May 2001 13:01:08 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (64 lines)
this is being contributed by someone who wishes to remain
anonymous....

in this person's 'world' this script is called webhelp.  do
note the last comment....

PARM topic="help" subtopic=""
OPTION NOLIST

# MPE command file to run the internet browser on the users
# PC and display the MPE help page for the requested topic.
# Must be running Reflection, Minisoft or similar terminal
emulator.
# The MPE help web pages are generated by running Mark
Bixby's
# cicat2html.pl perl script.
# Adjust the setvar command for your web server name.

if '!topic'='?' or '!topic'='' then
 echo MPE Command file ![basename('!HPFILE')] -- Version
A.010.01 2000/10/11
 echo Runs the browser from your emulator to display
 echo the MPE HELP text in web format for the requested MPE
command.
 echo You should pass an MPE command or topic as the 1st
parameter.
 echo Example: ![basename('!HPFILE')] showvar
 echo Example: ![basename('!HPFILE')] showvar parms
 echo Example: ![basename('!HPFILE')] functions
 echo Example: ![basename('!HPFILE')] variables
 echo Example: ![basename('!HPFILE')] " "       (lists all
commands)
 return
endif

setvar webtopic "http://aih969/cicat/![dwns("!topic")].html"

if "!subtopic" <> "" then
 setvar webtopic "!webtopic#!subtopic"
endif

# this is a command to your pc....
echo ![chr(27)]&oF SHELL "start !webtopic"

deletevar webtopic
-----------------------

i never realized these cicat pages had internal links!
pretty cool.  thanks to mark and 'the unknown scripter'
:-)            - d

--
Donna Garverick     Sr. System Programmer
925-210-6631        [log in to unmask]

"Unix _is_ user friendly.
It's just very selective about who its friends are.
And sometimes even best friends have fights."

>>>MY opinions, not Longs Drug Stores'<<<

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

ATOM RSS1 RSS2