Use shortcut parameters on Macintosh OS X

  1. Open Terminal.
  2. Navigate to /Applications/FH_Web.app/Contents/MacOS/.
  3. Type ./ FH_Web and append command-line arguments as needed

    Example: ./FH_Web –h 196.125.101.222 -c -ac all -hp 443

    Note:

    • Parameters are optional and are not case-sensitive. They can be appended in any order, with the exception of -r. If -r is used, it must be the last parameter on the command line, and it must be used with the –a parameter.
    • When the –a parameter is used, the Program Window is not launched, even if the application does not exist.
    • Startup parameters passed on by the -r parameter are specific to each application. Refer to the application’s documentation for information about its launch parameters.
    • If a user does not have a password, -p “” can be used to bypass the Sign In dialog box, as long as the user name has also been specified in the shortcut.
    • Parameters containing spaces must be enclosed in quotation marks.

      Example: The parameter –a “Acrobat Reader” launches Adobe’s Acrobat Reader. Likewise, user name Jim C is specified as –u “Jim C”.