Added special starter file i use for testing

This commit is contained in:
Alastair 2017-07-14 00:39:05 +01:00
parent 3366e9705a
commit b29d7f35c5
1 changed files with 7 additions and 0 deletions

7
DragAndDropStarter.bat Normal file
View File

@ -0,0 +1,7 @@
REM Use this file for testing cases for different versions, just drag the version you want to test the plugin in and it will start.
@ECHO OFF
:A
java -Xmx4096M -jar %1
REM Could add a 32 bit test part but noone uses 32 bit anymore
GOTO A
PAUSE.