Customizing Work Station 2 and 3

To define that Work Station 2 and 3 have read only access to Schedule Version 1, use the Startup Command File in this way:
  • Set the path for all data files to the disk drive and directory of the file server (see the example below) in order to limit access to the schedule version on Work Station 1. Drive S is assumed to be the disk drive for the file server.
  • Set the spool file path to a local disk drive.
  • Set the path for panel files on a local disk drive or on the disk drive where the file server is located. To customize each panel individually on Work Station 2 or 3, use the local disk drive as shown in the following example.
  • Define Version 10 as the startup version. In this example, it functions as the backup copy of the original Schedule Version 1.
    Note: M3 SWB must be installed as described in the online document: Installation Guide. If you do not want your users to have direct access to the server database, select NONE as your database option in the installation window.
 
					  
					 ECHO OFF 
					  
					 ECHO ****************************************** 
					  
					 ECHO *                                                     
						* 
					  
					 ECHO *           STARTING M3 APP             * 
					  
					 ECHO *            PLEASE WAIT...                 * 
					  
					 ECHO *                                                     
						* 
					  
					 ECHO ****************************************** 
					  
					 SET PMSIMDIR=C:\Program Files\MvxApp11_2 
					  
					  SET VERS=10                          ß Set the startup
						version to version 10 
					  
					 SET PSUI_INIPATH=%PMSIMDIR%\CONTROL 
					  
					 SET HELP=%PMSIMDIR%\US\HELP;%PMSIMDIR%\US\HELP; 
					  
					 SET FID_OTRA=%PMSIMDIR%\CONTROL\PMOTRA.FID 
					  
					 SET FID_REGM=%PMSIMDIR%\CONTROL\PMREGM.FID 
					  
					 SET
						PSUI_IMAGEPATH=%PMSIMDIR%\IMAGES\CUSTOM;%PMSIMDIR%\IMAGES 
					  
					 SET BATC=%PMSIMDIR%\Macro 
					  
					 SET PINI=%PMSIMDIR%\CONTROL 
					  
					 SET PMIN=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS 
					  
					 SET PMER=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS 
					  
					 SET PMGE=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS 
					  
					 SET PANE=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS 
					  
					  SET PMSP=%PMSIMDIR%\DATA               ß Set the path for
						local spool files 
					  
					  SET DATA=S:\MVXMovex APP11_2\DATA      ß Set the path for
						data files 
					  
					  SET DATA01=S:\MVXMovex APP11_2\DATA    ß Set the path for
						version 1 data 
					  
					  SET DATA10=S:\MVXMovex APP11_2\DATA     ß Set the path for
						version 10 data 
					  
					 SET PMSIM_ENVIRONMENT=MOVEX 
					  
					 SET PMSIMDB_PARAMSQL=%PMSIMDIR%\CONTROL\param_db.112 
					  
					 SET PSDB_INIPATH=%PMSIMDIR%\CONTROL 
					  
					 SET PMSIMMI_PARAMMVX=%PMSIMDIR%\CONTROL\param_mi.112 
					  
					 SET PSMI_INIPATH=%PMSIMDIR%\CONTROL 
					  
					 SET PSMI_LOGPATH=%PMSIMDIR%\DATA 
					  
					 MvxApp.EXE 
					  
					 ECHO ON