PageRenderTime 29ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 3ms

/twitter4j-2.2.5/bin/user/getMemberSuggestions.cmd

https://bitbucket.org/natefons/tcup
Batch | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | ec12bbdd821766b690aa23e8ba2e36b0 MD5 | raw file
  1. echo off
  2. SETLOCAL enabledelayedexpansion
  3. cd ..
  4. call setEnv.cmd
  5. echo on
  6. "%JAVA_HOME%\bin\java" %MEM_ARGS% -classpath "%CLASSPATH%" twitter4j.examples.user.GetMemberSuggestions %*
  7. ENDLOCAL