SCOUG-HELP Mailing List Archives
Return to [ 17 |
September |
2002 ]
<< Previous Message <<
>> Next Message >>
Content Type: text/plain
=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================
So bldlevel can read a file whether or not it is loaded. Do you
manually copy each zip to tmp? That is probably quicker than a text
editor. Now if the cmd would record the date and correlate it with the
ver in the report---- Does that info exist somewhere?
Are the features, such as boot options, cumulative? Are the features
summarized somewhere?
Steven Levine wrote:
>
> In <3D878C7C.72A9FCA3@charter.net>, on 09/17/02
> at 12:11 PM, Ray Davison said:
>
> >Sorry, I was not clear. When I said from the outside, I meant just lying
> >there doing nothing, not installed, not running, as in you have collected
> >nineteen of them and don't know what they are.
>
> I understood. Bldlevel is what you want. Yes, you do need to unzip the
> os2krnl file to were you can run it, but if you are lazy like me, you
> would make a .cmd file:
>
> @echo off
> if exist %1 goto uz
> if exist %1.zip goto uz
> echo %1 not found
> goto :end
> :uz
> unzip -jCo %1 os2krnl -d \tmp
> bldlevel \tmp\os2krnl
> dir \tmp\os2krnl
> del \tmp\os2krnl
> :end
>
> The assumes you have a directory named \tmp.
>
> Steven
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 17 |
September |
2002 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|