File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ REM Run all tools
66REM
77
88
9- REM RUN run_AppLauncher-gui.bat
9+ REM START /B run_AppLauncher-gui.bat
1010
11- RUN run_Aspro2-gui.bat
12- RUN run_SearchCal-gui.bat
11+ START /B run_Aspro2-gui.bat
12+ START /B run_SearchCal-gui.bat
1313
14- RUN run_OIFitsExplorer-gui.bat
14+ START /B run_OIFitsExplorer-gui.bat
1515
16- REM RUN run_LITpro-gui.bat
17- REM RUN run_OImaging-gui.bat
16+ REM START /B run_LITpro-gui.bat
17+ REM START /B run_OImaging-gui.bat
1818
19- REM RUN run_OIFitsProcessor.bat
19+ REM START /B run_OIFitsProcessor.bat
2020
2121REM --- EoF ---
2222
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ REM Set general JVM settings
66REM
77
88REM Set location of all-in-one jar file:
9- SET DIR = .
9+ SET DIR = bin
1010
1111REM Add JVM options (heap):
1212SET JAVA_OPTS = -Xms1024m -Xmx4096m %JAVA_OPTS%
Original file line number Diff line number Diff line change 66#
77
88# Set location of all-in-one jar file:
9- export DIR=.
9+ export DIR=bin
1010
1111# Add JVM options (heap):
1212export JAVA_OPTS=" -Xms1024m -Xmx4096m ${JAVA_OPTS} "
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ REM Run all tools
66REM
77
88
9- REM RUN run_AppLauncher-gui.bat
9+ REM START /B run_AppLauncher-gui.bat
1010
11- RUN run_Aspro2-gui.bat
12- RUN run_SearchCal-gui.bat
11+ START /B run_Aspro2-gui.bat
12+ START /B run_SearchCal-gui.bat
1313
14- RUN run_OIFitsExplorer-gui.bat
14+ START /B run_OIFitsExplorer-gui.bat
1515
16- REM RUN run_LITpro-gui.bat
17- REM RUN run_OImaging-gui.bat
16+ REM START /B run_LITpro-gui.bat
17+ REM START /B run_OImaging-gui.bat
1818
19- REM RUN run_OIFitsProcessor.bat
19+ REM START /B run_OIFitsProcessor.bat
2020
2121REM --- EoF ---
2222
You can’t perform that action at this time.
0 commit comments