home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / som30tk.zip / som30os2.zip / bin / somenv.cmd < prev    next >
OS/2 REXX Batch file  |  1996-12-24  |  1KB  |  38 lines

  1. @rem @(#) somc/somenv.cmd 2.18 12/14/96 21:26:32 [12/24/96 07:38:11]
  2.  
  3. @echo off
  4.  
  5. @rem COMPONENT_NAME: some
  6. @rem
  7. @rem ORIGINS: 27
  8. @rem
  9. @rem 25H7912 (C) COPYRIGHT International Business Machines Corp. 1992, 1996
  10. @rem All Rights Reserved
  11. @rem Licensed Materials - Property of IBM
  12. @rem US Government Users Restricted Rights - Use, duplication or disclosure
  13. @rem restricted by GSA ADP Schedule Contract with IBM Corp.
  14.  
  15. rem -- Uncomment and customize the following line for your file system.
  16. rem -- set SOMBASE=C:\som
  17. rem -- Once you have set SOMBASE you can delete the following line:
  18.  
  19. if "%SOMBASE%" == "" goto firstime
  20.  
  21. rem -- Unless you already have a default setup for a SOM environment,
  22. rem -- you may want to set these environment variables in your config.sys.
  23.  
  24. set PATH=%SOMBASE%\bin;%PATH%
  25. set LIB=.;%SOMBASE%\lib;%LIB%
  26. set INCLUDE=.;%SOMBASE%\include;%INCLUDE%
  27. set DPATH=%SOMBASE%\msg;%DPATH%
  28. set NLSPATH=%SOMBASE%\msg\%%N;%NLSPATH%
  29. set SMINCLUDE=.;%SOMBASE%\include
  30. set SMTMP=%SOMBASE%\tmp
  31. set SOMENV=%SOMBASE%\etc\somenv.ini
  32. goto end
  33.  
  34. :firstime
  35. echo Edit SOMENV.CMD to set SOMBASE.
  36.  
  37. :end
  38.