home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!uwm.edu!miller.cs.uwm.edu!mikek
- From: mikek@miller.cs.uwm.edu (OS/2 binaries moderator)
- Newsgroups: comp.binaries.os2
- Subject: v12i139: kernrev.zoo, Prints OS/2 revision number (part 01/01)
- Summary: A short REXX program which prints out the revision number of your OS/2
- Message-ID: <1992Jul23.224044.15931@uwm.edu>
- Date: 23 Jul 92 22:40:44 GMT
- Article-I.D.: uwm.1992Jul23.224044.15931
- Sender: news@uwm.edu (USENET News System)
- Followup-To: comp.os.os2.misc
- Organization: University of Wisconsin - Milwaukee
- Lines: 59
- Approved: mikek@miller.cs.uwm.edu
- X-Questions-To: os2bin-request@csd4.csd.uwm.edu
- Originator: mikek@miller.cs.uwm.edu
- X-Submissions-To: os2bin@csd4.csd.uwm.edu
-
- Checksum: 453459980 (Verify with "brik -cv")
- Posting-number: Volume 12, Issue 139
- Testing-level: 1 (tested by moderator)
- Minimum-OS2-Version: 1.2 EE/1.3 SE
- Submitted-by:
- Archive-name: kernrev/part01
-
-
- REXX
- I don't know of any documented way to determine the revision no.
- of a kernel- file under OS/2. But every kernel I've seen so far
- contains a string that identifies the kernel-revision. So I've written
- a small REXX script to do the work - just make sure the relevant kernel
- is in the root of the current drive. If you want to determine the
- revision of another kernel-file, just change the variable "kernel"
- (e.g. "A:\OS2KRNLI" or "C:\OS2KRNL.OLD" etc.):
-
-
- [
- Checksums obtained with the 4.3BSD "sum" or System V "sum -r" command.
-
- checksum size (bytes) file (between BEGIN--cut and END--cut lines)
- 22010 1570 part01
-
- checksum size (bytes) file
- 5732 1118 kernrev.zoo
- ]
-
- kernrev part01/01
- BEGIN--cut here--cut here
- begin 644 kernrev.zoo
- M6D]/(#(N,3 @07)C:&EV92X: #<I\3]*@ -;___\" $ #W*?$
- M_0("M@( '$ #R&$]Y#,#O P #0( (! !K97)N<F5V+F-M
- M9 "@ 47N8 I % 0"DC* "#&*:U;;<9YX$[_Q<-;HXY!EW# O!
- M=93$-30+,&N#<*K?G(M&TH))R67XX^43<W!3%Y-KH%D:3F7K'EX>?F.O+CQ'
- MCTBIB^IXW+9Q#*PE?(]&FZTEO*H<4\@]@J)Y-M4L@_:0:7!3E,6%LG&'KP^
- M$-Q-65F05JL(7+J)HU:\M$X^=SP7 F\KX(:>K@0<1+#F"M+1_0^EBWI4MQBK
- MGM4O8:!2\*J-/JK43N:1O,,$Q.-;(C7%JGO,=Z!Y@UJ;+(T#=2U6]_-P,Y@_
- M%C=PR#]W.>+4[C35S<'G87!*WX+C /4X*7&!8Q\']#'3<UIJ 5-5P*<::QR9
- M<=3%O^*F^[OZ5;YV+8< W!NPJ;-%-T[4KV1GN"6J3Z'6=$89'N'R%/LG".[/
- M^M6NCZ^7V\=* QH1W]-"?5XZ$ GTSRYQ_O0#\>*]^]H1A/(QXE5B0[.$FV2.
- M_,$4LMM2NI!XF;SL >[4B4=IS/EX=VC\YSR&OEG7G'B@/WW=[8-L\/0)FYZ#
- MK\\LN$:EKSC-['2(TGRJ:M-G2GAFL0["-/F*Z[T/3DCKS1 )AS /6BF1&;,B
- M7"6OWI3X%1P1!FDZZR!K_W938QQ(.0)=1_+'%_$$CO3#K56I=66%%$7W9.']
- M5/A5X[8:FJV*7G'WVLM2X?@E/]CKCD&A+;31M3QW&>S#Z'Q#AVMDHST=F;Y9
- M>R>B7XM@ #<I\3] @
- M #\@]RGQ/T" B8$ #] @ \AB+>7+D!@( "D!
- M " 0 <F5A9"YM90 H %"?E *0!0 $ I(R@
- M 3QC>NL371>N? ']"CED=S)JFIJ__] CHZ3:CJ#1Y#QMR![F>[P$/CEP :JT
- MVJ +&DN7_Z=))A0\]BBHWWA](:>$>&>VPC4J!>W *\4$I)8XR"]B"%<Z#GF#
- M>P:>DQVQ42&5>T4NK(6G02#CS\]S!ZVJ"N),-,(3;+B$"(Q!XI:@[A$[S5KC
- MA$.@J./K$S:H=1%(NI<4,D'H4ZHI@YOS$[T<JQ%A)'?L;76,7.(3H[\7)EOR
- M +WI4-H^[8*+&U11EJ:MZLKFFNJJ$CH!QY];WKC$V/W/:B128H1UQ,$U(P?;
- M&,37]C+5N=XZRFI\>I-65C&?EFCY^S3ZY[%S4<WZC)LN>-+H$>!,ZL$OIO^>
- M//=[\OCA-*'H)?;OP,X\/]*"6=GCO']Z0 W*?$_0(
- F _(,
-
- end
- END--cut here--cut here
-