ibm-information-center/dist/eclipse/ic2.bat

8 lines
407 B
Batchfile
Raw Permalink Normal View History

2024-04-02 14:02:31 +00:00
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 -command shutdown
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 -command shutdown
goto end
:end