function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JBerryJBerry 

Dataloader command line

Hey,

I am trying to set up the dataloader command line interface so I can do a nightly update of some of my SalesForce data.  I am using the Apex Data Loader 9.0.  When I follow the instructions from the command line, using the command:
java -Dsalesforce.config.dir=C:\dataloader -jar dataloader.jar
It launches my UI instead of running from the command line.

Any ideas?