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/03/30 02:58] avonmenu_commands [2019/03/30 03:02] – [INTERNET RELATED] avon
Line 297: Line 297:
  
   Data: ([FILE]) or (@[BAUD]@[TRUE/END/FALSE]@[FILE]) [/NEW] [/ABORT] [/MCI]   Data: ([FILE]) or (@[BAUD]@[TRUE/END/FALSE]@[FILE]) [/NEW] [/ABORT] [/MCI]
-    +      
   This command sends the contents of a display file to user.  There are a   This command sends the contents of a display file to user.  There are a
   vast number of optional data which can be supplied to change the way in   vast number of optional data which can be supplied to change the way in
Line 326: Line 326:
                                
   Some examples of the DATA commands:   Some examples of the DATA commands:
-                +              
-         Data: myfile +       Data: myfile 
-       Result: Mystic will display "myfile.ans" from the user Theme text +     Result: Mystic will display "myfile.ans" from the user Theme text 
-               directory or "myfile.asc" if the ANSI version does not exist +             directory or "myfile.asc" if the ANSI version does not exist 
-               or the user does not have ANSI.  If the .AN1 or .AS1 +             or the user does not have ANSI.  If the .AN1 or .AS1 
-               extension exists, Mystic will apply its random display file +             extension exists, Mystic will apply its random display file 
-               logic to the file and select a file randomly. +             logic to the file and select a file randomly. 
-                           +                         
-         Data: c:\mystic\textfiles\myfile.txt +       Data: c:\mystic\textfiles\myfile.txt 
-       Result: Mystic displays the file if it exists. +     Result: Mystic displays the file if it exists. 
-                   +                 
-         Data: c:\mystic\textfile\myfile +       Data: c:\mystic\textfile\myfile 
-       Result: Mystic will display the ANSI version if it exists or the +     Result: Mystic will display the ANSI version if it exists or the 
-               ASCII version if it does not. (.ans and .asc respectively) +             ASCII version if it does not. (.ans and .asc respectively) 
-                           +                         
-         Data: bbsnews /NEW +       Data: bbsnews /NEW 
-       Result: Mystic will display bbsnews from the user theme text +     Result: Mystic will display bbsnews from the user theme text 
-               directory but only if it has been edited since the user'+             directory but only if it has been edited since the user'
-               last call +             last call 
-                           +                         
-         Data: @19200@FALSE@myfile +       Data: @19200@FALSE@myfile 
-       Result: Mystic will display myfile from the user theme text directory +     Result: Mystic will display myfile from the user theme text directory 
-               applying the same extension rules.  It will emulator 19200 +             applying the same extension rules.  It will emulator 19200 
-               baud rate which works on all terminals, and it will NOT pause +             baud rate which works on all terminals, and it will NOT pause
-                            +
-         Data: @0@END@myfile +
-       Result: Mystic will display myfile from the user theme text directory +
-               applying the same extension rules.  It show the display file +
-               at full speed and only pause at the END of the display file.                +
                                                    
-         Data: @38400@FALSE@c:\mystic\textfiles\myfile.txt /NEW +       Data: @0@END@myfile 
-       Result: Mystic will display myfile.txt from the specified directory +     Result: Mystic will display myfile from the user theme text directory 
-               while emulating 38400 baud rate and pausing on each page but +             applying the same extension rules.  It show the display file 
-               only if it was updated since the user's last login.+             at full speed and only pause at the END of the display file.                 
 +                        
 +       Data: @38400@FALSE@c:\mystic\textfiles\myfile.txt /NEW 
 +     Result: Mystic will display myfile.txt from the specified directory 
 +             while emulating 38400 baud rate and pausing on each page but 
 +             only if it was updated since the user's last login.
  
 **GV - View a display file in ANSI viewer** **GV - View a display file in ANSI viewer**
Line 424: Line 424:
 **IR - Outbound RLOGIN Connection** **IR - Outbound RLOGIN Connection**
  
-         Data: /addr=<hostname> /port=1234 /user=@USER@ /pass=@USER@ +  Data: /addr=<hostname> /port=1234 /user=@USER@ /pass=@USER@ 
-  Description: This command creates a gated terminal session to another terminal server +   
-               using the RLOGIN protocol.  The /addr /user and /pass options must be +  This command creates a gated terminal session to another terminal server 
-               included.  If the /port option is not provided then the default port +  using the RLOGIN protocol.  The /addr /user and /pass options must be 
-               of 513 will be used.+  included.  If the /port option is not provided then the default port 
 +  of 513 will be used.
                                
-               Mystic will replace @USER@ with the current user's name if it is supplied +  Mystic will replace @USER@ with the current user's name if it is supplied 
-               in either or both of the /user or /pass options.+  in either or both of the /user or /pass options.
                                
-               The user's password cannot be sent using an @code@ and must be manually +  The user's password cannot be sent using an @code@ and must be manually 
-               supplied due to the password encryption.  Mystic in the near future will +  supplied due to the password encryption.  Mystic in the near future will 
-               encrypt a users password, meaning at no time does it ever know or store +  encrypt a users password, meaning at no time does it ever know or store 
-               your actual password.  It cannot send it because it doesn't know it.+  your actual password.  It cannot send it because it doesn't know it.
  
 **IS - Outbound SSH Connection** **IS - Outbound SSH Connection**
  
-         Data: /addr=<hostname> /port=1234 /user=@USER@ /pass=@USER@ +  Data: /addr=<hostname> /port=1234 /user=@USER@ /pass=@USER@ 
-  Description: This command creates a gated terminal session to another terminal server +   
-               using the SSH protocol.  The /addr /user and /pass options must be +  This command creates a gated terminal session to another terminal server 
-               included.  If the /port option is not provided then the default SSH port +  using the SSH protocol.  The /addr /user and /pass options must be 
-               of 22 will be used.+  included.  If the /port option is not provided then the default SSH port 
 +  of 22 will be used.
                                
-               Mystic will replace @USER@ with the current user's name if it is supplied +  Mystic will replace @USER@ with the current user's name if it is supplied 
-               in either or both of the /user or /pass options.+  in either or both of the /user or /pass options.
                                
-               The user's password cannot be sent using an @code@ and must be manually +  The user's password cannot be sent using an @code@ and must be manually 
-               supplied due to the password encryption.  Mystic in the near future will +  supplied due to the password encryption.  Mystic in the near future will 
-               encrypt a users password, meaning at no time does it ever know or store +  encrypt a users password, meaning at no time does it ever know or store 
-               your actual password.  It cannot send it because it doesn't know it.+  your actual password.  It cannot send it because it doesn't know it.
  
 **IT - Outbound TELNET Connection** **IT - Outbound TELNET Connection**
  
-         Data: /addr=<hostname> /port=1234 +  Data: /addr=<hostname> /port=1234 
-  Description: This command creates a gated terminal session to another terminal server +   
-               using the TELNET protocol.  The /addr option must be included.  If the +  This command creates a gated terminal session to another terminal server 
-               /port option is not provided then the default port of 23 will be used.+  using the TELNET protocol.  The /addr option must be included.  If the 
 +  /port option is not provided then the default port of 23 will be used.
  
 ----- -----
menu_commands.txt · Last modified: 2023/01/20 02:39 by g00r00

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki