@echo off

rem --- EDM Standalone Tool

SETLOCAL ENABLEDELAYEDEXPANSION

call "%~dp0%fiperenv.bat"

set FiperLibList=%FiperJars%;SMAFIPgateway.jar;SMAFIPdev-visual-util.jar;SMAFIPfrapi.jar;SMAFIPmdolTranslator.jar;

rem --- Set up and launch
set LaunchClasspath=%FiperLibList%
set LaunchPgm=com.engineous.client.mdolTranslator.MDOLTranslator 
set LaunchArgs=%*
call "%~dp0%launch.bat"
