8 lines
591 B
Batchfile
8 lines
591 B
Batchfile
if "%OS%" == "Windows_NT" goto startNT
|
|
start %1 -classpath "plugins\org.eclipse.help.base_3.0.1\helpbase.jar" org.eclipse.help.standalone.Infocenter -eclipsehome %2 -data workspace -plugincustomization plugins/i5OS.ic.rzari_5.4.0.1/plugin_customization.ini -port 4411 -command start -noexec
|
|
goto end
|
|
:startNT
|
|
start "Tomcat" %1 -classpath "plugins\org.eclipse.help.base_3.0.1\helpbase.jar" org.eclipse.help.standalone.Infocenter -eclipsehome %2 -data workspace -plugincustomization plugins/i5OS.ic.rzari_5.4.0.1/plugin_customization.ini -port 4411 -command start -noexec
|
|
goto end
|
|
:end
|