-
Notifications
You must be signed in to change notification settings - Fork 23
/
test_ga-aem_paths.bat
26 lines (20 loc) · 1.11 KB
/
test_ga-aem_paths.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@echo off
REM Ideally you would set GA-AEM_ROOT as an environment variable in your user environment (e.g. Start | Edit environment variable for your account). After setting, be sure to open a fresh command window or Windows Explorer window.
set GA-AEM_ROOT=%LocalAppData%\GA-AEM
REM Call batch script to setup the GA-AEM programs and dependency paths
CALL %GA-AEM_ROOT%\scripts\ga-aem_vars.bat
ECHO ==========================================================================
ECHO GA-AEM_ROOT=%GA-AEM_ROOT%
ECHO GA-AEM_PATH=%GA-AEM_PATH%
ECHO ==========================================================================
ECHO PATH=%PATH%
ECHO ==========================================================================
galeisbstdem.exe
ECHO ==========================================================================
galeiallatonce.exe
ECHO ==========================================================================
ctlinedata2curtainimage.exe
ECHO ==========================================================================
ctlinedata2slicegrids.exe
ECHO ==========================================================================
pause