mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-12 03:27:08 +08:00
12 lines
376 B
Batchfile
12 lines
376 B
Batchfile
@REM msg * %cd%
|
|
if exist EasySpider (
|
|
start EasySpider/resources/app/chrome_win64/easyspider_executestage.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
) else (
|
|
if exist resources (
|
|
cd ../
|
|
start EasySpider/resources/app/chrome_win64/easyspider_executestage.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
) else (
|
|
start chrome_win64/easyspider_executestage.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
)
|
|
)
|