EasySpider/ElectronJS/execute.bat
2023-05-21 15:55:13 +08:00

7 lines
226 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 (
start chrome_win64/easyspider_executestage.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
)