Navigate to the Data Loader \bin directory by entering this command. Replace the file path with the path from your system.
C:\Users{userName}\dataloader_version_\bin
To run the batch file, use the correct command syntax for process.bat:
1process.bat <configdir> [<operation>]
where:
<configdir> (mandatory) The absolute or relative path to the directory containing process-conf.xml. It must be the first parameter when running process.bat.
<batch process bean id> (optional) The id of the batch process bean of class com.salesforce.dataloader.process.ProcessRunner defined in the process-conf.xmlfile. If not provided, then the value of the process.name property in the config.properties file is used.
Running process.bat using both parameters
To execute Data Loader in batch mode, we’ll use the beans, their properties and attributes specified for a ProcessRunner bean with id="accountInsert" in the process-conf.xml file located in C:\Users\username\dataloaderconfig directory.