(節錄自 GmailAssistant Online Help)
SAVING AND LOADING PROFILES
GmailAssistant program and account settings can be saved in an AES-128 encrypted profile file for subsequent loading (File > Load Profiles/Save Profile). To load a profile file on startup, use the --load command-line switch. For example, the following command loads two profile files:
java -jar GmailAssistant.jar --load:"C:\home.ga" --load:"D:\office.ga"When no profile files are specified on the command-line, GmailAssistant automatically loads all *.ga files in the current directory, in alphabetical order, on startup. Automatic loading of profile files can be suppressed by using the --noload command-line switch:
java -jar GmailAssistant.jar --noload