diff --git a/win32/copySplash.bat b/win32/copySplash.bat new file mode 100644 index 0000000..5c2caa2 --- /dev/null +++ b/win32/copySplash.bat @@ -0,0 +1,10 @@ +@echo on +set BASE_PATH=.\cygwin\usr\local\eclipse\plugins\ +set BASE_NAME=org.eclipse.platform_ +set ECLIPSE_SPLASH_FOLDER="" + +for /f "delims=" %%a in ('dir %BASE_PATH%%BASE_NAME%"*" /on /ad /b') do @set ECLIPSE_SPLASH_FOLDER=%%a + +@echo %BASE_PATH%%ECLIPSE_SPLASH_FOLDER% + +copy /y "./splash.bmp" "%BASE_PATH%%ECLIPSE_SPLASH_FOLDER%/splash.bmp" \ No newline at end of file diff --git a/win32/splash.bmp b/win32/splash.bmp new file mode 100644 index 0000000..449a34d Binary files /dev/null and b/win32/splash.bmp differ