Child: [r12] (diff)

Download this file

getAllUserLists.cmd    10 lines (7 with data), 0 Bytes

1
2
3
4
5
6
7
8
9
echo off
SETLOCAL enabledelayedexpansion
cd ..
call setEnv.cmd
echo on
"%JAVA_HOME%\bin\java" %MEM_ARGS% -classpath "%CLASSPATH%" twitter4j.examples.list.GetAllUserLists %*
ENDLOCAL