home *** CD-ROM | disk | FTP | other *** search
/ business-86-101-185-173.business.broadband.hu / business-86-101-185-173.business.broadband.hu.zip / business-86-101-185-173.business.broadband.hu / air.zip / 2.0.2.ZIP / 2.0.2 / w32-ix86 / swd_env.bat < prev   
DOS Batch File  |  2005-05-10  |  788b  |  32 lines

  1. @echo off
  2.  
  3. rem (C) Copyright IBM Corporation 2001-2004
  4. rem Unpublished Work
  5. rem All Rights Reserved
  6. rem Licensed Material - Property of IBM Corporation.
  7.  
  8.  
  9. rem This script for MS Windows sets the environment for using
  10. rem Tivoli Software Distribution disconnected command line as a stand-alone
  11. rem tool, with no need of having a TMA installed
  12.  
  13. rem Please run it and run commands from within this same directory, or copy this
  14. rem tree to the Windows machine and update tools_dir
  15.  
  16.  
  17. set tools_dir=.
  18.  
  19. set INTERP=w32-ix86
  20.  
  21. set SPEDITOR_LIB_PATH=%tools_dir%\lib
  22. set NLSPATH=%tools_dir%\msg_cat\C\spcatalog.cat;%NLSPATH%
  23.  
  24. set PATH=%PATH%;%tools_dir%\bin;%tools_dir%\lib
  25.  
  26. set PATHEXT=%PATHEXT%;.exe
  27.  
  28. set SWD_TDCLI=yes
  29.  
  30. echo Software Distribution Disconnected CLI Environment Successfully Set !!!
  31.  
  32.