home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / Slunec / app / ppww32.exe / ppw_nt.rit < prev    next >
Encoding:
Text File  |  2001-12-21  |  1.7 KB  |  44 lines

  1. ;----------------------------------------------------------------------------
  2. ;
  3. ;    MODULE NAME:   W32_INST.RIT
  4. ;
  5. ;        $Author:   USER "Dennis"  $
  6. ;      $Revision:   1.6  $
  7. ;          $Date:   22 Dec 2001 11:46:34  $
  8. ;       $Logfile:   C:/DBAREIS/Projects.PVCS/MultiOs/PPWIZARD/w32_inst.rit.pvcs  $
  9. ;
  10. ;    DESCRIPTION:   This RIT file is passed through ppwizard to generate the
  11. ;                   95 and NT versions of the RIT file.
  12. ;----------------------------------------------------------------------------
  13.  
  14. ;--- Initialization ---------------------------------------------------------
  15. say PPWIZARD INSTALLATION
  16. say ~~~~~~~~~~~~~~~~~~~~~
  17.  
  18.  
  19. ;--- Validate existence and and store full name of programs -----------------
  20. define   REGINA=$[FULLNAME:regina.exe]
  21. define PPWIZARD=$[FULLNAME:ppwizard.rex]
  22. REQUIRED $[REGINA]
  23.  
  24. ;--- Only possible under NT -------------------------------------------------
  25.    ;--- Make sure PPWIZARD can be found -------------------------------------
  26.    REXX CurrentPath = directory();
  27.    ENVVAR    USER/REGINA_MACROS/$[?CurrentPath]
  28. ;**      CommentBlock  /* (Saturday 08/12/2001, 17:15:24, by USER "Dennis") */
  29. ;**+--------------------------------------------------------------------------
  30. ;**|   PATHTYPE  REGINA_MACROS USER/$[?CurrentPath]
  31. ;**+--------------------------------------------------------------------------
  32. ;**                    /* (Saturday 08/12/2001, 17:15:24, by USER "Dennis") */
  33.  
  34.    ;--- Add regina/ppwizard directory to path -------------------------------
  35.    PATH      USER/$[STD:CDIR]/<
  36.  
  37.  
  38.  
  39. ;--- Set Up PATHEXT last as it seems to cause the most problems! ------------
  40.       ;--- PATHEXT allows ".REX" files to be found in path ------------------
  41.       PATHEXT   SYSTEM?/.REX/<
  42.  
  43.  
  44.