You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
252 B
11 lines
252 B
@echo off
|
|
chcp 65001 >nul
|
|
cd /d "%~dp0"
|
|
|
|
set CLASSPATH=libs\gson-2.10.1.jar;libs\slf4j-api-2.0.9.jar;libs\slf4j-simple-2.0.9.jar;libs\json-20231013.jar;out
|
|
|
|
(
|
|
echo 2
|
|
timeout /t 90 /nobreak >nul
|
|
echo 0
|
|
) | java -cp "%CLASSPATH%" com.example.crawler.Main
|