Results 1 to 2 of 2

Thread: Command Line Options

  1. #1
    Join Date
    Feb 2010
    Posts
    1

    Default Command Line Options

    How can I change the values of Start Directory, Base URL, and Output Directory from command line?

  2. #2
    Join Date
    Dec 2004
    Location
    Sydney
    Posts
    4,155

    Default

    The easy way is to have several configuration files pre-defined. Then call the config file you want.

    There are also command line options to add pages and start points.

    Offline mode will expect a base URL following the start directory (separated by a semi-colon character). eg.
    ZoomIndexer.exe -o zoom.zcfg -addstartpt C:\mynewwebsite\;http://www.mynewwebsite.com/

    And for advanced users you can create a config file on the fly. The SDK has the specs for the config file.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •