User Tools

Site Tools


menu_commands

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
menu_commands [2020/09/06 21:03] – [MESSAGE BASES] g00r00menu_commands [2020/11/06 19:48] – [EXTERNAL DOORS] g00r00
Line 77: Line 77:
 ===== EXTERNAL DOORS ===== ===== EXTERNAL DOORS =====
  
-Mystic BBS supports DOOR.SYS, CHAIN.TXT, and DORINFO1.DEF DOS-based door formats, as well as Mystic's own native DOOR32.SYS format for modern BBS doors and games.  These drop files are always created in the node's specific temporary directory.  For example, if a door is executed on node 1, then the drop files will be created in the temp1 temporary directory.+Mystic BBS supports DOOR.SYS, CHAIN.TXT, and DORINFO1.DEF DOS-based door formats, as well as Mystic's own native DOOR32.SYS format for modern BBS doors and games.  These drop files are always created in the node's specific temporary directory.  For example, if a door is executed on node 1, then the drop files will be created in the node'temporary directory "temp1" that is created off of the root Mystic BBS directory (ie c:\mystic\temp1\)
  
-In the Linux and OS X versions, Mystic automatically redirects the standard input and output of external programs, allowing many programs that are not even designed for BBSes to be used.+In the Linux and macOS versions, Mystic automatically redirects the standard input and output of external programs, allowing many programs that are not even designed for BBSes to be used.
  
 Each door action has a command line which will be executed by the operating system when the action is executed.  There are a number of codes that Mystic will replace with specific values if they are found in the command line: Each door action has a command line which will be executed by the operating system when the action is executed.  There are a number of codes that Mystic will replace with specific values if they are found in the command line:
Line 89: Line 89:
    %H = The current socket handle (added 1.12 A34)    %H = The current socket handle (added 1.12 A34)
    %N = The current node number (added 1.12 A34)    %N = The current node number (added 1.12 A34)
-   %P = The node's temp directory+   %P = Node's temp directory where drop files are stored (with trailing slash)
    %R = User's handle (with spaces)    %R = User's handle (with spaces)
    %T = User's time left in minutes    %T = User's time left in minutes
Line 130: Line 130:
   FOSSIL redirection (as an alternative to NetFossil).  This function   FOSSIL redirection (as an alternative to NetFossil).  This function
   only works for Windows 32-bit systems and requires dosxtrn.exe and   only works for Windows 32-bit systems and requires dosxtrn.exe and
-  sbbsexec.dll to be placed into the root Mystic BBS directory. +  sbbsexec.dll to be placed into the root Mystic BBS directory.  This is 
-  +  the recommended method to run DOS doors if you are using Windows 32-bit
  
 ---- ----
Line 991: Line 991:
  
 **VN - Scan for New Questions** **VN - Scan for New Questions**
 +  
 +  Data: /F
 +  
 +  Scans for new voting booth questions that the user
 +  has not voted on and presents each question to the
 +  user for voting.
 +  
 +  If the /F option is supplied the user will be forced
 +  to vote on all new questions.
  
 **VR - View Results** **VR - View Results**
  
 **VV - View/Vote On Voting Booth Questions** **VV - View/Vote On Voting Booth Questions**
 +
 +  Data: <Question #> /F or None
 +  
 +  This option allows the user to vote on questions in the voting
 +  booth.  If the optional data is blank then the user will be
 +  presented a list of all voting questions.
 +  
 +  If the Question number is supplied the user will be taken
 +  directly to the question # supplied in the optional data field.
 +  
 +  If /F is supplied along with a question number then the user will
 +  be forced to vote on the question.
  
 ----- -----
menu_commands.txt · Last modified: 2023/01/20 02:39 by g00r00

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki