@echo off

rem --- Run Model Comparison GUI

SETLOCAL ENABLEDELAYEDEXPANSION
setlocal 
call "%~dp0%fiperenv.bat"

rem TODO LaunchClassPath used to include toolgui.jar.  Need to figure out what tools needed now.

rem --- Set up and launch
set LaunchClasspath=%FiperJars%;SMAFIPgateway.jar;SMAFIPdev-visual-util.jar;SMAFIPdashboard.jar
set LaunchPgm=com.engineous.system.gui.desktop.views.DifferencesBean
set LaunchArgs= %*
call "%~dp0%launch.bat"
