EXCHANGE RATES
Update exchange rates at the command line (automatically)

If you want to update exchange rates automatically, please use the program arguments at the command line. Please note that in this case no graphical user interface will start.

cd <installationdirectory>/bin
java -jar nc.jar -verbose -filter filtername -rates input

filtername
e. g. "pacific". Filter are stored in the directory "<installationdirectory>/rates ". Filter files have the extention ".filter". If you define " pacific" as filtername, the program will use "<installationdirectory/rates/pacific.filter ".

input
e. g. "rates.html". Some web services provide exchange rates in HTML form or just plain text. In any case save the webpage to a file.

In the directory "<Installationsverzeichnis>/bin/unix" you find shellscripts for UNIX. With these scripts you can update exchange updates automatically (e. g. with cronjob). To run these scripts you need wget or JWGet (http://jigsaw.w3.org/Winie/). Please read the readme.txt located in the directory mentioned above.