!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 ---- CategoryExtras