home *** CD-ROM | disk | FTP | other *** search
- ;----------------------------------------------------------------------------
- ;
- ; MODULE NAME: W32_INST.RIT
- ;
- ; $Author: USER "Dennis" $
- ; $Revision: 1.6 $
- ; $Date: 22 Dec 2001 11:46:34 $
- ; $Logfile: C:/DBAREIS/Projects.PVCS/MultiOs/PPWIZARD/w32_inst.rit.pvcs $
- ;
- ; DESCRIPTION: This RIT file is passed through ppwizard to generate the
- ; 95 and NT versions of the RIT file.
- ;----------------------------------------------------------------------------
-
- ;--- Initialization ---------------------------------------------------------
- say PPWIZARD INSTALLATION
- say ~~~~~~~~~~~~~~~~~~~~~
-
-
- ;--- Validate existence and and store full name of programs -----------------
- define REGINA=$[FULLNAME:regina.exe]
- define PPWIZARD=$[FULLNAME:ppwizard.rex]
- REQUIRED $[REGINA]
-
- ;--- Only possible under NT -------------------------------------------------
- ;--- Make sure PPWIZARD can be found -------------------------------------
- REXX CurrentPath = directory();
- ENVVAR USER/REGINA_MACROS/$[?CurrentPath]
- ;** CommentBlock /* (Saturday 08/12/2001, 17:15:24, by USER "Dennis") */
- ;**+--------------------------------------------------------------------------
- ;**| PATHTYPE REGINA_MACROS USER/$[?CurrentPath]
- ;**+--------------------------------------------------------------------------
- ;** /* (Saturday 08/12/2001, 17:15:24, by USER "Dennis") */
-
- ;--- Add regina/ppwizard directory to path -------------------------------
- PATH USER/$[STD:CDIR]/<
-
-
-
- ;--- Set Up PATHEXT last as it seems to cause the most problems! ------------
- ;--- PATHEXT allows ".REX" files to be found in path ------------------
- PATHEXT SYSTEM?/.REX/<
-
-
-