Child: [r13] (diff)

Download this file

getAccessToken.cmd    8 lines (6 with data), 0 Bytes

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