@echo off REM $Id$ setlocal set prefix=. set JAR=%prefix%\pluggablejs.jar java -cp "%JAR%" net.outlyer.plugins.Shell %* endlocal