SCOUG-Programming Mailing List Archives
Return to [ 30 |
July |
2001 ]
<< Previous Message <<
Content Type: text/plain
On Mon, 30 Jul 2001 00:48:32 PDT, Robert Blair wrote:
>I got out my copy of the REXX Reference Summary Handbook by Dick Goran.
>In that book it is listed as an Object REXX function. So it may not be
>available on all systems.
>
The other technique that should work fine is to use the VALUE command along with one of these
environment variables:
USER_INI=C:\OS2\OS2.INI
SYSTEM_INI=C:\OS2\OS2SYS.INI
OS2_SHELL=C:\OS2\CMD.EXE
RUNWORKPLACE=C:\OS2\PMSHELL.EXE
COMSPEC=C:\OS2\CMD.EXE
So, something like:
BootDrive = SUBSTR(STRIP(VALUE('USER_INI',,'OS2ENVIRONMENT'),'b'),1,2)
The last three could conceivably be replaced by alternates which might not be on the boot drive so I
think the INI is the safest.
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-programming".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
Return to [ 30 |
July |
2001 ]
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.
|