PageRenderTime 31ms CodeModel.GetById 21ms app.highlight 8ms RepoModel.GetById 0ms app.codeStats 0ms

/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
1echo off
2SETLOCAL enabledelayedexpansion
3cd ..
4call setEnv.cmd
5
6echo on
7"%JAVA_HOME%\bin\java" %MEM_ARGS% -classpath "%CLASSPATH%" twitter4j.examples.user.GetFollowersStatuses %*
8
9ENDLOCAL