Size: 622
Comment:
|
Size: 649
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
CmdParams.txt is an optional file that can be created and edited using any text editor (like Notepad) and placed in the bot's directory. It is used to give startup parameters to all bots ran from that directory. | Starting with version 3030, !CmdParms.txt is an optional file that can be created and edited using any text editor (like Notepad) and placed in the bot's directory. It is used to give startup parameters to all bots ran from that directory. |
Line 3: | Line 3: |
An example of how you could use !CmdParams.txt would be: | An example of how you could use !CmdParms.txt would be: |
Line 13: | Line 13: |
Line 17: | Line 16: |
Starting with version 3030, CmdParms.txt is an optional file that can be created and edited using any text editor (like Notepad) and placed in the bot's directory. It is used to give startup parameters to all bots ran from that directory.
An example of how you could use CmdParms.txt would be:
-autologin 1 -autorun 1 -autoscripts 1 -minimizetotray 1 -minimize 1 -runscript !MyScript.txt
Then every single bot at startup would be set to autologin, autorun goals, autorun scripts, minimize on startup, minimize to tray, and would run the script located in MyScript.txt.
See also: StartupParameters