HP3000-L Archives

March 1995, 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:
Jeff Vance <[log in to unmask]>
Reply To:
Jeff Vance <[log in to unmask]>
Date:
Tue, 7 Mar 1995 17:40:29 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (19 lines)
> I need to programatically differentiate between 4.0, 4.5 and 5.0
 
 
The variable HPCWD exists on 4.5 and later
The command NEWLINK exists on 5.0 and later (there must be a better way...)
  listfile ;seleq=[object=hfsdir]  'hfsdir' may not be supported on 4.5, definetly
  isn't on 4.0.
 
NOTE:
On the Express 3 release of 5.0 (June?) there are 2 new CI variables:
HPOSVERSION and HPRELEASE version.  These contain the os and
release ids seen in the :SHOWME banner.  Eg.
  :showvar hp@version
  HPOSVERSION = B.79.06   (can't be changed)
  HPRELVERSION = B.79.05  (can't be changed)
  HPVERSION = B.79.05  <== this can be changed in sysgen.
 
Jeff Vance

ATOM RSS1 RSS2