#
#   アプリケーションの起動コマンドを設定
#

#  linux用
linux
    office      loffice --calc
    terminal    gnome-terminal
    fileManager nautilus --new-window
    editor      gedit --standalone
    frontIstrFolder  /opt/FrontISTR/bin        #FrontISTRのインストール先
    paraView    /opt/ParaView-4.4.0-Qt4-Linux-64bit/bin/paraview
    gnuplot     gnuplot
    CAD         freecad
    mesher      salomeMeca
    language    Japanese
    terminalRun gnome-terminal --
    mpi         mpirun
    vtkFormat   binary

#  windows用
#   pathが通っていない場合は、フルパスで記述
#    空白を含むdirectoryの場合は、「"」で囲む
windows
    office      "C:\Program Files\Microsoft Office\root\Office16\EXCEL.EXE"
    terminal    start cmd
    fileManager explorer
    #editor      "C:\DEXCS\TeraPad\TeraPad"
    editor      "C:\Mery\Mery_2.5.6\Mery\Mery.exe"
    frontIstrFolder "C:\DEXCS\FrontISTR-5.5"
    paraView    "C:\DEXCS\ParaView\bin\paraview.exe"
    gnuplot     "C:\Program Files\gnuplot\bin\gnuplot.exe"
    CAD         freecad.exe
    mesher      "C:\DEXCS\SALOME-9.11.0\run_salome.bat"
    language    Japanese
    terminalRun start 
    mpi         mpiexec.exe
    vtkFormat   binary
    
