@echo off if exist start-rcp-miniwp-product.bat goto :start @echo Please launch with start-rcp-miniwp-product.bat in the current directory. goto :quit :start echo Launching RCP Mini-Workplace with working directory echo %TEMP%\rcp-miniwp rem The -data and -configuration parameters are specified because the rem the current directory is read-only (CD-ROM launch). start .\eclipse\eclipse.exe -data %TEMP%\rcp-miniwp -configuration file:%TEMP%\rcp-miniwp echo. echo Pausing in case of startup errors. echo This will allow you to note the working directory value if you echo have to find and open an error log. :quit pause