8 lines
407 B
Batchfile
8 lines
407 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 -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
|