User Tools

Site Tools


miscellaneous
     Menu Command  : ?=
     Menu Function : This command is used to place the command string into the  
                     input string variable.
     Parameter List: <String> 

     Menu Command  : ?+
     Menu Function : This command is used to add the command string to the end  
                     of the input string variable.
     Parameter List: <String>

     Menu Command  : ?/
     Menu Function : This command is used to insert the command string to the   
                     beginning of the input string variable.
     Parameter List: <String>

     Menu Command  : ?%
     Menu Function : This command is used to process any MCI codes in the input 
                     string variable. To Specify the maximum length a MCI code can 
                     be expanded, you must enter the desired number into the    
                     command string.
     Parameter List: <Length>

     Menu Command  : ?B
     Menu Function : This command is used to present a horizontal light bar     
                     menu prompt. To Display the Options, you must enter up
                     to 20 selections, each separated by a ';' character,
                     in the command string. This is then followed by the
                     default menu item number, which is the placing of the
                     item in the command string.
     Parameter List: <Options>;<#>

     Menu Command  : ?E
     Menu Function : This command is used to toggle the Okflag to TRUE, or      
                     FALSE, depending on the existence of the file in the
                     command string.
     Parameter List: <File Name>

     Menu Command  : ?F
     Menu Function : This command toggles the Okflag to TRUE, or FALSE,         
                     depending on if there is a YES, or a NO, in the command    
                     string.
     Parameter List: <String>


     Menu Command  : ?I
     Menu Function : This command is used to get input from the user in a       
                     format specified in the command string. The result is
                     placed into the input string variable and to be fiddled
                     with later. To format the string properly you must have
                     each item in the command string properly placed and
                     selected. Each type is described below. All variables
                     are mandatory save for the last variable.
     Parameter List: <Format>;<Chartypes>;<parameters>;<length>;[default]

                     Format can be any one of the following:
                       * or N - Normal input, no case conversion applied.
                            C - Capitalize words.
                            U - Upper case.
                            L - Lower case.
                            M - Mixed case (1st letter of words capitalized,    
                                others lower case).
                            V - All vowels small, others in upper case.
                            W - All vowels big, others in lower case.
                            I - I's are small, all others in upper case.

                     Chartypes can be one of the following:
                            * - Any character.
                            I - An 'Integer' number, allows use of '+' and '-'  
                                symbols.
                            F - Valid filename characters only.
                            D - Filename characters with directory specifiers.
                            E - Filename characters without extension           
                                specifiers.
                            N - Numerical characters only (0 - 9).

                     Valid parameters are the following:
                            * - Default parameters.
                          /AA - Allow Aborting (with ESC or CTRL-Z), returns    
                                blank string.
                          /BG - Use editing colour background for input.
                          /MN - Must enter at least one character.
                          /NC - Disable string-cleaning, No Space Trimming.
                          /NR - No carriage return after Enter is pressed.
                          /NE - Disable all ANSI extended line editing commands.
                          /NI - Disable use of 'Insert Mode'.
                          /PW - Password mode. Display pw echo characters to    
                                remote.
                          /RQ - Required input. Must fill string to length.
                          /SP - Allows the use of a space character for the 1st 
                                character.
                          /AC - Enables alias completion.

                The length variable can be any number between 1 and 255. This is 
                the maximum length of the string. It SHOULD be less then 80, or 
                things could get messy, but it can be set up to 255.

                Default is the default string that will be edited. This parameter 
                is optional. If it is set to "*" (No Quotes) the current        
                Inputstring will be used as the default.

     Menu Command  : ?L
     Menu Function : This command is used to place the user's remaining amount  
                     of time left online (In Minutes) into the input string     
                     variable.
     Parameter List: NONE

     Menu Command  : ?N
     Menu Function : This command is used to display the command string with a  
                     YES/NO prompt appended to the end of it, default being NO. 
                     The result is then toggles the Okflag to TRUE, or FALSE,   
                     depending on the response.
     Parameter List: <String>

     Menu Command  : ?S
     Menu Function : This command is used to toggle the Okflag to either TRUE,  
                     or FALSE, depending if the input string variable is equal
                     to the command string. This is a case sensitive test.
     Parameter List: <String>

     Menu Command  : ?T
     Menu Function : This command is used to write the input string variable to 
                     a file specified in the command string. You can denote the 
                     maximum number of lines the file can reach before an auto- 
                     delete occurs by placing the number of lines in the
                     command string. This command will look in the TEXT
                     directory if a full path is not given.
     Parameter List: <File Name>;<Number>

     Menu Command  : ?U
     Menu Function : This command is used to toggle the Okflag to either TRUE,  
                     or FALSE, depending if the input string variable is equal
                     to the command string. This is not a case sensitive test.
     Parameter List: <String>

     Menu Command  : ?Y
     Menu Function : This command is used to display the command string with a  
                     YES/NO prompt appended to the end of it, default being YES. 
                     The result is then toggles the Okflag to TRUE, or FALSE,   
                     depending on the response.
     Parameter List: <String>

     Menu Command  : ?X
     Menu Function : This command is used to place the current ERRORLEVEL into  
                     the input string Variable. This command should only be used 
                     after running an external program, such as a door game or  
                     util.
     Parameter List: NONE

     Menu Command  : -^
     Menu Function : This command is used to goto the specified menu in the     
                     command string if it exists.
     Parameter List: <Menu>



     Menu Command  : -/
     Menu Function : This command is used to gosub to the specified menu in the 
                     command string if it exists. The current menu is placed in 
                     the menustack.
     Parameter List: <Menu>

     Menu Command  : -\
     Menu Function : This command is used to return to the previous menu, found 
                     in the menustack, if it is possible to do so.
     Parameter List: NONE

     Menu Command  : -<
     Menu Function : This command is used to toggle the remote user's input on, 
                     or off.
     Parameter List: NONE

     Menu Command  : ->
     Menu Function : This command is used to toggle the remote user's output    
                     on, or off.
     Parameter List: NONE

     Menu Command  : -=
     Menu Function : This command is used to set the user's ACS level to the    
                     specifier (A-Z) in the command string.
     Parameter List: <ACS Level>

     Menu Command  : -?
     Menu Function : This command is used to display a help screen of the       
                     current menu. A repeat text file is used as the header file, 
                     middle file, and the footer file. This will have a brief   
                     description of all commands in the menu.
     Parameter List: NONE

     Menu Command  : -C
     Menu Function : This command is used to clear the screen.
     Parameter List: NONE

     Menu Command  : -D
     Menu Function : This command is used to delay for a number of seconds,     
                     which can be defined in the command string.
     Parameter List: <Number of seconds>

     Menu Command  : -E
     Menu Function : This command is used to display the command string,        
                     interpreting all MCI and control codes, but will not
                     append any linefeed/CR's to the end of the string.
     Parameter List: <String>

     Menu Command  : -F
     Menu Function : This command is used to display a file on the screen,
                     if the file exists.
     Parameter List: <Filename>
                        
     Menu Command  : -K
     Menu Function : This command is used to wait for a single key press after  
                     the command string has been displayed.
     Parameter List: <String>

     Menu Command  : -L
     Menu Function : This command is used to display a string, interpreting all 
                     MCI and control codes, but this command will append the    
                     linefeed/CR to the end of the string.
     Parameter List: <String>

     Menu Command  : -P
     Menu Function : This command is used to cause a 'Press a key to continue'  
                     prompt.
     Parameter List: NONE

     Menu Command  : -R
     Menu Function : This command is used to move the cursor down the number of 
                     lines in the command string.
     Parameter List: <Number>

     Menu Command  : -S
     Menu Function : This command is used to set the user's area restriction    
                     (AR) flag by using the command string. You can add a flag by 
                     placing a '+' symbol in front of the flag letter in the    
                     command string, and you can remove a flag by placing a '-' 
                     symbol in front of the flag letter.
     Parameter List: <Flags>

     Menu Command  : -W
     Menu Function : This command is used to write the command string to the    
                     log file.
     Parameter List: <String>

     Menu Command  : -X
     Menu Function : This command is used to execute Iniquity Programming
                     Language executables (IPX's).
     Parameter List: <X:\NAME.IPX>

     Menu Command  : -Z
     Menu Function : This command is used to halt all data flow until the       
                     modem's output buffer is empty.
     Parameter List: NONE

     Menu Command  : |B
     Menu Function : This command is used to move the cursor to the bottom
                     row of the screen without changing columns.
     Parameter List: NONE

     Menu Command  : |C
     Menu Function : This command is used to home the cursor to the top left    
                     corner of the screen.
     Parameter List: NONE

     Menu Command  : |D
     Menu Function : This command is used to move the cursor down the number
                     of lines specified in the command string.
     Parameter List: <Number>


     Menu Command  : |E
     menu Function : This command is used to move the cursor to the far right   
                     of the screen without changing rows.
     Parameter List: NONE

     Menu Command  : |H
     Menu Function : This command is used to move the cursor to the top row     
                     with out changing columns.
     Parameter List: NONE

     Menu Command  : |L
     Menu Function : This command is used to move the cursor to the left the    
                     number of columns specified in the command string.
     Parameter List: <Number>

     Menu Command  : |M
     Menu Function : This command is used to move the cursor to the X;Y         
                     coordinate specified in the command string. Where X is
                     the number in columns, and Y is the number in rows.
     Parameter List: <X>;<Y>

     Menu Command  : |R
     Menu Function : This command is used to move the cursor to the right the   
                     number of columns specified in the command string.
     Parameter List: <Number>

     Menu Command  : |T
     Menu Function : This command moves the cursor to the top row without       
                     changing columns.
     Parameter List: NONE

     Menu Command  : |U 
     Menu Function : This command is used to move the cursor up the specified   
                     number of lines in the command string.
     Parameter List: <Number>

     Menu Command  : |Z
     Menu Function : This command is used to clear from the cursor's current    
                     location to the end of the line. This uses a faster method 
                     then normal as it uses the ANSI code.
     Parameter List: NONE

     Menu Command  : CP
     Menu Function : This command is used to attempt to page the SysOp.
     Parameter List: NONE
  
     Menu Command  : IM
     Menu Function : This command is used to force a user to fill out           
                     incomplete info-forms.
     Parameter List: NONE


     Menu Command  : IN
     Menu Function : This command is used to force the user to fill out         
                     mandatory info-forms then return to the info-form menu
                     where the user can select an info-form to fill out.
     Parameter List: NONE

     Menu Command  : LC
     Menu Function : This command is used to display the last callers screen.
     Parameter List: NONE

     Menu Command  : NV
     Menu Function : This command is used to check for any new users that have  
                     yet to be voted on, if found Iniquity will present the user 
                     with the voting screen. If the character 'S' is found in
                     the command string, then Iniquity will display the 'New User   
                     Voting Has Been Disabled' String.
     Parameter List: [S]

     Menu Command  : TP
     Menu Function : This command allows you to play the internal Tetris game.
     Parameter List: NONE

     Menu Command  : TS
     Menu Function : This command is used to display the tetris high scores     
                     screen.
     Parameter List: NONE

     Menu Command  : UC
     Menu Function : This Command is used to allow the user to edit their       
                     current user configuration.
     Parameter List: NONE

     Menu Command  : UL
     Menu Function : This command is used to display the user listing
     Parameter List: NONE

     Menu Command  : UP
     Menu Function : This command is used to allow the user to change their     
                     current password to a new password.
     Parameter List: NONE

     Menu Command  : US
     Menu Function : This command is used toggle on all message and file
                     area scan selections for all users.
     Parameter List: NONE
miscellaneous.txt · Last modified: by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki