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 [2019/02/01 07:16] – [MESSAGE BASES] g00r00menu_commands [2019/02/15 16:26] – [MESSAGE BASES] g00r00
Line 65: Line 65:
 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:
  
 +   %# = User's unique ID
 +   %A = User's real name (spaces are replaced by an underscore)
 +   %B = User's real name (with spaces)
    %C = The current user's codepage (CP437 or UTF8) (added 1.12 A39)    %C = The current user's codepage (CP437 or UTF8) (added 1.12 A39)
-   %N = The current node number (added 1.12 A34) 
    %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)
    %P = The node's temp directory    %P = The node's temp directory
-   %= User'unique ID+   %= User'handle (with spaces)
    %T = User's time left in minutes    %T = User's time left in minutes
    %U = User's handle (spaces are replaced with an underscore _)    %U = User's handle (spaces are replaced with an underscore _)
Line 454: Line 457:
                If /NOREAD is provided, Mystic will not show messages that have been                If /NOREAD is provided, Mystic will not show messages that have been
                flagged as "Read" by the user.                 flagged as "Read" by the user. 
 +
 +**MX - Post text file to message base**
 +
 +         Data: <File>;<Base ID>;<From>;<To>;<Subject>;[Network To Address]
 +  Description: This menu command posts a text file to a message base.  It will allow
 +               a file up to 10,000 lines to be posted and will automatically split
 +               them into multiple posts of 1000 lines each if the post is more than
 +               1000 lines (including automatically appending a message count to the
 +               end of the subject ie: (1 of 3)"
 +               
 +               If you want to post an ANSI file, it should be saved with a 79 column
 +               width using a capable ANSI editor.  Mystic's own built in ANSI editor
 +               can save an ANSI file properly formatted for message posting by
 +               specifying a column length of 79 in the Save dialog. 
 +               
 +               The optional data field is required for this to work, except for the
 +               Network Address field which is only required if you are posting to a
 +               NetMail base.  Each value should be separated by a semi-colon (;).
 +               
 +               The <File> field contains the filename to post to the base.  This file
 +               should be a text file with up to 79 columns per line and up to 10,000
 +               lines.
 +               
 +               The <Base ID> is the Message Base ID as found in the Message Base Editor
 +               
 +               <From>  The From field of the message
 +             
 +               <To> The To field of the message
 +               
 +               <Subject> The Subject of the message
 +               
 +               [Network Address] is the To network address used when posting to a
 +               NetMail base.  This field can be excluded when not posting Netmail.
 +               
 +               Examples:
 +               
 +               c:\mystic\temp1\msgtext.txt;1;g00r00;All;Statistics for January
 +               c:\mystic\temp1\msgtext.txt;3;g00r00;Avon;Automated post;21:1/101
  
menu_commands.txt · Last modified: 2023/01/20 02:39 by g00r00

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki