<?xml version="1.0" encoding="utf-8"?>
<s1 title="CmdParms"><p>CmdParms.txt is an optional file that can be created and edited using any text editor (like Notepad) and placed in the bot&apos;s directory. It is used to give startup parameters to all bots ran from that directory. </p>
<p>An example of how you could use CmdParms.txt would be: </p>
<p></p>
<source><![CDATA[-autologin 1
-autorun 1
-autoscripts 1
-minimizetotray 1
-minimize 1
-runscript MyScript.txt]]></source><p>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. </p>
<p>See also: <jump href="/wiki/StartupParameters">StartupParameters</jump> </p>
<p></p>

<br/>------------------------------------------------------------------------------<br/>
<p> <jump href="/wiki/CategoryExtras">CategoryExtras</jump> </p>
</s1>