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
jason.mesick1.3905031659654404E12jason.mesick1.3905031659654404E12 

Saving Apex Loader Key in a different folder

I'm trying to set up the data loader to work with the command line.  The tutorials I've looked at suggest that I save the password key in the same folder that the data loader is in.  Unfortuantely, my work security won't let me save any files there.  Does it matter where they are saved as long as I include the path in the code?  Thanks
GunnarGunnar
You can encrypt the username/password/token. You won't be putting raw passwords out in the wild.
You can put a full path to the file.
It's not very well documented, but I was able to do essentially what you are trying to do.
Sadly, they document the batch file. They don't document the JAR and the parameters you can send to it.