@SET LIB=%~dp0/../lib
@SET IN=%1
@SET OUT=.\extract

java -classpath %LIB%/g2d_studio.jar -Xmx1024m FilePacker E %IN% %OUT%

@pause