Contents of the mxlaunchCATIAV5_Sample Files

This section shows the contents of mxlaunchCATIAV5_Sample files for different platforms.

mxlaunchCATIAV5_Sample.bat-CATIAV5 32 bits on Windows 32/64 bits

@set CATIA_INSTALL_DIR=C:\Program Files\Dassault Systemes\B18
@set ENV_FILE_NAME=CATIA.V5R18.B18
@set ENV_FILE_LOCATION=C:\Documents and Settings\All Users\Application
Data\DassaultSystemes\CATEnv
@REM Please do not edit below this line
start "CATIAV5""%CATIA_INSTALL_DIR%\intel_a\code\bin\CATSTART.exe"
-run "CNEXT.exe -e V6CATIASilentCheckoutCmdHdr" -env "%ENV_FILE_NAME%"
-direnv "ENV_FILE_LOCATION%"
echo returned

mxlaunchCATIAV5_Sample.bat-CATIAV5 64 bits on Windows 64 bits

@set CATIA_INSTALL_DIR=C:\Program Files\Dassault Systemes\B18
@set ENV_FILE_NAME=CATIA.V5R18.B18
@set ENV_FILE_LOCATION=C:\Documents and Settings\All Users\Application
Data\DassaultSystemes\CATEnv"
@REM Please do not edit below this line
start "CATIAV5""%CATIA_INSTALL_DIR%\win_b64\code\bin\CATSTART.exe"
-run "CNEXT.exe -e V6CATIASilentCheckoutCmdHdr" -env "%ENV_FILE_NAME%"
-direnv "ENV_FILE_LOCATION%"
echo returned

mxlaunchCATIAV5_Sample.sh-CATIAV5 on any UNIX environment

export CATIA_INSTALL_DIR=/usr/DassaultSystemes/B18
export ENV_FILE_NAME=CATIA.V5R18.B18
export ENV_FILE_LOCATION=/CATEnv
case 'uname' in
AIX)
    OSDS="aix_a"
    export OSDS
    ;;
HP-UX)
    OSDS="hpux_b"
    export OSDS
    ;;
SunOS)
    OSDS="solaris_a"
    export OSDS
    ;;
    esac
"$CATIA_INSTALL_DIR/$OSDS/code/bin/CATSTART" -run "CNEXT -e
V6CATIASilentCheckoutCmdHdr" -env "$ENV_FILE_NAME" -direnv
"$ENV_FILE_LOCATION"&
echo returned