User Tools

Site Tools


introduction

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
introduction [2019/03/23 04:14] – content updates avonintroduction [2020/02/05 02:35] – updates to MPLC content avon
Line 154: Line 154:
 Optional switches for FIDOPOLL are: Optional switches for FIDOPOLL are:
  
-  FIDOPOLL LIST          - List configured Echomail nodes +  FIDOPOLL LIST           - List configured Echomail nodes 
-  FIDOPOLL ROUTE         - Show netmail route information +  FIDOPOLL ROUTE          - Show netmail route information 
-  FIDOPOLL SEND          - Only send/poll if node has new outbound messages +  FIDOPOLL SEND           - Only send/poll if node has new outbound messages 
-  FIDOPOLL FORCED [type] - Poll/send to all nodes of session [type] (blank/all) +  FIDOPOLL FORCED [type]  - Poll/send to all nodes of session [type] (blank/all) 
-  FIDOPOLL [Address]     - Poll/send echomail node [Address] (ex: 46:1/100) +  FIDOPOLL [Address]      - Poll/send echomail node [Address] (ex: 46:1/100) 
-  FIDOPOLL SEARCH [data] - Search nodelist for [DATA] can be address or text +  FIDOPOLL SEARCH [data]  - Search nodelist for [DATA] can be address or text 
-  FIDOPOLL KILLBUSY      - Reset busy flags for all echomail nodes+  FIDOPOLL KILLBUSY [ALL] - Reset busy flags for all echomail nodes 
 +                            "ALL" also kills application busy files and should 
 +                            only be used when Mystic+Utilities are NOT running
  
 EchoMail nodes are configured in the Mystic BBS Configuration System under the 'Configuration' menu. EchoMail nodes are configured in the Mystic BBS Configuration System under the 'Configuration' menu.
Line 189: Line 191:
 Mystic Integrated Development Environment or MIDE is a development tool that aids budding coders in building scripts using Mystic Programming Language (MPL). It's a text editor which helps you to create MPX programs.  This program allows MPS source files to be edited and compiled, while offering some other features that a normal text editor does not. Mystic Integrated Development Environment or MIDE is a development tool that aids budding coders in building scripts using Mystic Programming Language (MPL). It's a text editor which helps you to create MPX programs.  This program allows MPS source files to be edited and compiled, while offering some other features that a normal text editor does not.
  
-You will find this tool in the /mystic/scripts directory. Run it using the following command.+You will find this tool in the /mystic directory. Run it using the following command.
  
   MIDE   MIDE
Line 199: Line 201:
 The Mystic BBS Programming Language Compiler allows sysops to compile their own scripts written in Mystic Programming Language (MPL).  This program translates a MPS source file into a MPX executable file.  A                    MPS source file is a text file which contains programming commands recognized by the MPE engine.  These files can be edited with any text editor, or the supplied MIDE program described above. The Mystic BBS Programming Language Compiler allows sysops to compile their own scripts written in Mystic Programming Language (MPL).  This program translates a MPS source file into a MPX executable file.  A                    MPS source file is a text file which contains programming commands recognized by the MPE engine.  These files can be edited with any text editor, or the supplied MIDE program described above.
  
-Check out the /mystic/scripts directory for examples of MPS files.+You will find this tool in the /mystic directory. 
 + 
 +Check out the /mystic/themes/default/scripts directory for examples of MPS files.
  
 Available options to use this program are: Available options to use this program are:
Line 207: Line 211:
   MPLC -ALL        Compile all scripts found   MPLC -ALL        Compile all scripts found
      
 +  MPLC -T         Attempts to read mystic.dat from current directory or 
 +                  mysticbbs environment variable, and then uses Themes 
 +                  path to compile. 
 +   
 +  MPLC -T /mybbs  Attempts to read mystic.dat from the supplied root 
 +                  directory, and then uses Themes path to compile 
 +                   
 +  MPLC -F         Attempts to read the Theme path and then compile any files 
 +                  matching the supplied mask contained in any directories 
 +                  under the Theme directory. Example: mplc -f bulletin*         
  
  
introduction.txt · Last modified: 2023/01/20 03:36 by avon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki