home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / bbs / fn132bin / help / extended.hlp < prev    next >
Text File  |  1991-09-04  |  3KB  |  60 lines

  1.    Fnordadel Extended Command Tutorial
  2.  
  3.    There are two types of commands in Citadel.  The basic, single-key commands
  4. are the most commonly used ones, and can be listed by typing [?] at any room
  5. prompt.
  6.  
  7.    The extended commands allow a lot more variety.  Whenever possible, things
  8. are structured so as to be similar to each other, to reduce confusion.
  9.  
  10.    The extended commands are begun with a mode character, followed by a main
  11. command, then some optional modifiers, and ended by what it is that will be
  12. processed.  Some commands will take a user name, file name, or date parameter;
  13. these commands are the only ones that must be ended with a carriage return.
  14.  
  15.    The mode character tells the system you're using an extended command and
  16. what type of extended command it will be.  Normal extended commands that deal
  17. with rooms, messages and files start with a period, ".".  Floor extended
  18. commands, which deal with entire floors, start with a semi-colon, ";".  Door
  19. extended commands, which permit you to run other programs from within the
  20. system (e.g. games or utilities), start with an exclamation mark, "!".
  21.  
  22.    Most extended commands will either be "enter" or "read" operations.
  23. Fnordadel defines any command you use that results in data being sent to the
  24. system as an "enter" command.  Any command that results in data being sent
  25. from the system to you is a "read" command.
  26.  
  27.    To summarize extended command structure:
  28.  
  29.       <mode> <main command> <options> <what to process>
  30.       <prompts for any additional data>
  31.  
  32.    An example:  If you enter the characters ".ryu+n", the system will echo back
  33. to you something like ".read ymodem user after new messages".  It will then
  34. prompt you for a user name and a date.  The command lets you use the Ymodem
  35. transfer protocol to download all new messages in the current room, from a user
  36. you specify, entered after a date you specify.  The command fits the general
  37. structure like this:
  38.  
  39.       <mode>            = "." for "extended command"
  40.       <main command>    = "r" for "read"
  41.       <options>         = "yu+" for "ymodem user after"
  42.       <what to process> = "n" for "new messages"
  43.       <prompts>         = "which user" and "After when"
  44.  
  45.    At all times, the [?] key is available to provide a menu of available
  46. commands.  For example, typing:
  47.  
  48.       .R(ead) [?]
  49.       .E(nter) [?]
  50.       .T(erminate) [?]
  51.  
  52.    will provide menus or option lists for the appropriate commands.
  53.  
  54. %%SEE ALSO:
  55. %ENTER The extended Enter command
  56. %FLOORS All about Floors
  57. %READ The extended Read command
  58. %SUMMARY A list of all the extended commands
  59. %TOPICS    Main help topics list
  60.