home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / XBBS7200.ZIP / XBBS7200.TAR / bulletin.cmn < prev    next >
Encoding:
Text File  |  1987-09-02  |  870 b   |  19 lines

  1.  
  2. A COMMON mistake that MANY users have been making is that ALL COMMANDS are
  3. NOT case sensitive. That is, you can use either upper or lower case 
  4. characters. The ONLY thing that is case sensitive are the file names used
  5. in downloading and uploading. Like all other BBS software, both upper and lower
  6. cases can be used in any of the menus or options.
  7.  
  8. Another option, which is neglected, is the capability of stacking a directory
  9. number to the A(rea change) option from within the message and file sections.
  10. Basically, you do not have to list out the list of directories, unless you
  11. want to. If you know that you want to switch to directory 3, all you have to
  12. type is 'a 3' ( note: the ' characters were added only for clarification ).
  13. Actually, any of the following combinations will work: 'a 3' 'a3' 'a;3' or
  14. and non-numeric character between the a and the 3!
  15.  
  16.  
  17. Sandy
  18.  
  19.