EasySpider/ElectronJS/execute_win64.bat
2023-08-20 21:09:13 +08:00

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
)
)