Child: [r16] (diff)
Download this file
1 2 3 4 5 6 7 8
echo off SETLOCAL enabledelayedexpansion call setEnv.cmd echo on "%JAVA_HOME%\bin\java" %MEM_ARGS% -classpath "%CLASSPATH%" twitter4j.examples.oauth.GetAccessToken %* ENDLOCAL