Created
March 12, 2009 17:57
-
-
Save enebo/78200 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CLI: | |
C:\opt\jacobgen_0.10> docs\run_jacobgen.bat -distdir:"..\heh" -listfile:"jacobgenlog.txt" -package:heh "C:\Program Files\AutoIt3\AutoItX\AutoItX3.dll" | |
BAT: | |
REM | |
REM set JAVA_HOME=D:\jdk1.5.0_11 | |
set JRE=%JAVA_HOME%\bin\java | |
set JACOBGEN_HOME=. | |
set CLASSPATH=%CLASSPATH%;%JAVA_HOME%\lib\dt.jar;jacobgen.jar;%JACOBGEN_HOME%\lib\viztool.jar | |
REM put the dll in the path where we can find it | |
set PATH=%PATH%;x86 | |
rem echo %CLASSPATH% | |
"%JRE%" -Xint com.jacob.jacobgen.Jacobgen %1 %2 %3 %4 %5 | |
pause | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment