home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Komercni / VAgeJava / ivj35 / setup / JSP.Cab / F27446_setenvhpj.bat < prev    next >
DOS Batch File  |  1999-12-30  |  1KB  |  59 lines

  1. rem IBM High Performance Compiler for Java 
  2.  
  3. @ECHO OFF
  4.  
  5. rem IBM(R) High Performance Compiler for Java(TM)
  6. rem IBM(R) VisualAge(TM) for Java(TM) Version 3.0
  7. rem
  8. rem Copyright (C) IBM Corporation and others 1996,1998,1999
  9. rem Licensed Materials - Property of IBM and others - All rights reserved.
  10. rem
  11. rem US Government Users Restricted Rights - Use, duplication or
  12. rem disclosure restricted by GSA ADP Schedule Contract with IBM Corp.     
  13.  
  14. if $%1$==$$ goto err
  15. SET HPJHOME=%1%
  16.  
  17. if $%2$==$$ goto ok
  18. set HPJHOME=%HPJHOME% %2
  19.  
  20. if $%3$==$$ goto ok
  21. set HPJHOME=%HPJHOME% %3
  22.  
  23. if $%4$==$$ goto ok
  24. set HPJHOME=%HPJHOME% %4
  25.  
  26. if $%5$==$$ goto ok
  27. set HPJHOME=%HPJHOME% %5
  28.  
  29. if $%6$==$$ goto ok
  30. set HPJHOME=%HPJHOME% %6
  31.  
  32. if $%7$==$$ goto ok
  33. set HPJHOME=%HPJHOME% %7
  34.  
  35. if $%8$==$$ goto ok
  36. set HPJHOME=%HPJHOME% %8
  37.  
  38. if $%9$==$$ goto ok
  39. set HPJHOME=%HPJHOME% %9
  40.  
  41. :ok
  42.  
  43.  
  44. rem ********************************************************************
  45. rem IBM High Performance Compiler for Java environment variable settings
  46. rem ********************************************************************
  47.  
  48. SET PATH=%HPJHOME%\BIN;%PATH%
  49. SET HPJHOME=
  50. goto end
  51.  
  52. :err
  53. echo Usage: setenvhpj HPJ_DIRECTORY
  54. echo where: 
  55. echo     HPJ_DIRECTORY is the absolute path of the hpj directory
  56. echo Example: 
  57. echo     setenvhpj C:\hpj
  58. :end
  59.