/twitter4j-2.2.5/bin/user/getFollowersStatuses.cmd
https://bitbucket.org/natefons/tcup · Batch · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 653f8f6d03877b2bece1faa9bd2dc9db MD5 · raw file
- echo off
- SETLOCAL enabledelayedexpansion
- cd ..
- call setEnv.cmd
- echo on
- "%JAVA_HOME%\bin\java" %MEM_ARGS% -classpath "%CLASSPATH%" twitter4j.examples.user.GetFollowersStatuses %*
- ENDLOCAL