Skip to content

Windows下使用命令行执行程序流程 #28

@NaiboWang

Description

@NaiboWang

Windows x64下想要使用命令行执行程序,需要以下操作:

  1. 调用任务时在下方获得任务执行号,记住这个执行ID

image

  1. V0.3.0及以上版本,点击下方使用命令行执行任务按钮即可获得命令行指令:

image
image

  1. 复制提示的命令到Windows PowerShell即可通过命令行执行命令:

image

  1. 有关命令行参数的说明,请查看以下文档:

https://github.com/NaiboWang/EasySpider/wiki/Argument-Instruction

其中,配置目录地址写在了上图config.json文件的absolute_user_data_folder字段中;为0则为纯净版浏览器。

image


Windows x32位下使用命令行,只需将上面命令路径中的chrome_win64改为chrome_win32即可:

./EasySpider/resources/app/chrome_win32/easyspider_executestage.exe --id 4 --user_data 1 --server_address http://localhost:8074

Originally posted by @NaiboWang in #22 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions