Skip to content

CLI usage details missing #21

@Azhy-Slemany

Description

@Azhy-Slemany

Thanks for this useful tool.

Some more detail could be written to run the app with CLI instead of GUI, and here is steps I used to do it (which can be explained for others as well):

  1. Name the executable something containing "cli" phrase like PDFtoPrinter-cli.exe.
  2. Pipe the command to more so that it will show the results in the command line, ex) PDFtoPrinter-cli.exe "file.pdf" "printer_name" | more.
    Or, you might compile the source with this directive: #AutoIt3Wrapper_Change2CUI=Y

I could do it with a PR, but I thought it will be easier if you do it yourself.
Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions