Changeset 2624 in ntrip


Ignore:
Timestamp:
Oct 26, 2010, 12:54:15 PM (13 years ago)
Author:
weber
Message:

Command line on Mac systems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r2623 r2624  
    15001500This leads to a BNC job using configuration file 'MyConfig.ini'. The configuration file will be saved in the current working directory.
    15011501</p>
     1502<p>
     1503On a Mac-OS X v10.6 (or higher) system the command line would be
     1504<br><br>
     1505open -a /Applications/bnc.app --args -conf /Users/tsyan/MyConfig.ini
     1506<br><br>
     1507with the program 'bnc.app' is in /Applications and the configuration file 'MyConfig.ini' in /Users/tsyan.
     1508</p>
    15021509
    15031510<p><a name="limits"><h3>4. Limitations</h3></p>
     
    15391546<li>
    15401547With Mac systems and when using a command line to launch the BNC, you may experience a problem in passing a specific configuration file to the application. On a Mac-OS X 10.6 (or higher) system, you may then like to try command<br>
    1541 open -a /Applications/bnc.app --args -conf /Users/tsyan/bnc.ini<br>
    1542 if the program is in /Applications and the configuration file 'bnc.ini' in /Users/tsyan.
     1548open -a /Applications/bnc.app --args -conf /Users/tsyan/MyConfig.ini<br>
     1549if the program is in /Applications and the configuration file 'MyConfig.ini' in /Users/tsyan.
    15431550</li>
    15441551
Note: See TracChangeset for help on using the changeset viewer.