Customizing Command Files

The following text shows the way in which you can use the M3 SWB Startup Command File to determine or relocate file directories. You can also use this file to assign or check the schedule version number to initiate:


		 
					  
					 ECHO OFF 
					  
					 ECHO ****************************************** 
					  
					 ECHO *                                                     *
						
					  
					 ECHO *           STARTING M3 APP            * 
					  
					 ECHO *             PLEASE WAIT...               * 
					  
					 ECHO *                                                     *
						
					  
					 ECHO ****************************************** 
					  
					 SET PMSIMDIR=C:\Program Files\MvxApp11_2 
					  
					  SETLOCAL                                             ß
						Modifications to environment are local 
					  
					  SET PSUI_INIPATH=%PMSIMDIR%\CONTROL                  ß Set
						the path for 
						<filepath>PSUI.INI</filepath> 
					  
					  SET HELP=%PMSIMDIR%\US\HELP;%PMSIMDIR%\US\HELP;      ß Set
						the path for help files, *.HLP 
					  
					 SET FID_OTRA=%PMSIMDIR%\CONTROL\PMOTRA.FID 
					  
					 SET FID_REGM=%PMSIMDIR%\CONTROL\PMREGM.FID 
					  
					  SET
						PSUI_IMAGEPATH=%PMSIMDIR%\IMAGES\CUSTOM;%PMSIMDIR%\IMAGES  ß Set the path for
						image files 
					  
					  SET BATC=%PMSIMDIR%\Macro                                 
						ß Set the path for macro files 
					  
					  SET PINI=%PMSIMDIR%\CONTROL                               
						ß Set the path for 
						<filepath>PMINIT__.DAT</filepath> 
					  
					  SET PMIN=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS 
						ß Set the path for 
						<filepath>PMINIT__.SKM</filepath> 
					  
					  SET PMER=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS 
						ß Set the path for 
						<filepath>PMERRO__.SKM</filepath> 
					  
					  SET PMGE=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS 
						ß Set the path for 
						<filepath>PMGENE__.SKM</filepath> 
					  
					  SET PANE=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS 
						ß Set the path for panel files 
					  
					  SET PMSP=%PMSIMDIR%\DATA                                  
						ß Set the path for spool files 
					  
					  SET DATA=S:\MVXMovex APP11\DATA                            
						ß set the path for data files 
					  
					  SET PMSIM_ENVIRONMENT=MOVEX                               
						ß Select Movex environment 
					  
					  SET PMSIMDB_PARAMSQL=%PMSIMDIR%\CONTROL\param_db.112    ß
						Set the path for ODBC parameter file 
					  
					  SET PSDB_INIPATH=%PMSIMDIR%\CONTROL                     ß
						Set the path for 
						<filepath>PSDB.INI</filepath> 
					  
					  SET PMSIMMI_PARAMMVX=%PMSIMDIR%\CONTROL\param_mi.112   ß
						Set the path for MI parameter file 
					  
					  SET PSMI_INIPATH=%PMSIMDIR%\CONTROL                    ß
						Set the path for 
						<filepath>PSMI.INI</filepath> 
					  
					  SET PSMI_LOGPATH=%PMSIMDIR%\DATA                           
						ß Set the path for 
						<filepath>PSMI.LOG</filepath> 
					  
					  MvxApp.EXE                                                
						ß 
						<ph conref="../common/swb_short_name.xml#ditacomponent_5BA874A1F2FD4A4997A69DD513C40520/ph_523D5A0F47E3453A95E067F2BF07AF9D"><?xm-replace_text Phrase?></ph>
						executable file 
					  
					  ENDLOCAL                                                  
						ß Restore environment settings 
					  
					 ECHO ON