• My Pages
  • Comments
  • Add Link
  • Subscribe
  • Subscribe User
  • Edit (Text)
  • Rename Page
  • Copy Page
  • Load Page
  • Save Page
  • Delete Page
  • Attachments
  • Check Spelling
  • Diffs
  • Info
  • Revert to this revision
  • XML
  • Render as Docbook
  • Print View
  • Raw Text
  • Delete Cache
  • Like Pages
  • Local Site Map
  • Remove Spam
  • Package Pages
  • Sync Pages
    • Diff for "CmdParms"
    Differences between revisions 8 and 11 (spanning 3 versions)
    Revision 8 as of 2014-04-11 01:45:06
    Size: 649
    Editor: tech
    Comment:
    Revision 11 as of 2015-09-06 22:07:26
    Size: 621
    Editor: Inanna
    Comment:
    Deletions are marked like this. Additions are marked like this.
    Line 1: Line 1:
    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. !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 11: Line 11:
    -runscript !MyScript.txt -runscript MyScript.txt
    Line 13: Line 13:
    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. 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.

    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

    CmdParms (last edited 2015-09-06 22:07:26 by Inanna)