home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / batdoor.zip / PAUSE_R.ZIP / PAUSE_R.DOC < prev    next >
Text File  |  1986-12-07  |  2KB  |  49 lines

  1.                            Documentation for
  2.                               PAUSE_R.COM
  3.  
  4. BACKGROUND
  5.  
  6.    Many more BBS systems are implementing the "DOORS" concept. What this
  7. means is that the user slips out of the BBS and into another application
  8. while still in remote mode. There are two ways of doing this. One way is
  9. to use the "TTY" command. This can be a security problem, in that the
  10. local control is lost, and a user who breaks out of a program can literally
  11. wipe out your system.
  12.  
  13.    A second method is to have all remote users exit into a program or
  14. system of programs that output to COMx: and the local CRT as well as read
  15. input from COMx: and the local keyboard. This way there is no danger in
  16. losing valuable information.
  17.  
  18.    PAUSE_R is one such program. It allows the SysOp to create a Batch file
  19. system for remote users. PAUSE_R will wait for a key to be pressed either
  20. locally or remotely. If a message is added to the command area, then this
  21. message is displayed at both sites as well. Thus:
  22.  
  23.                         PAUSE_R
  24.  
  25. Would cause the batch processing to halt until a local or remote user
  26. pressed a key. And:
  27.  
  28.                         PAUSE_R Press any key to begin ....
  29.  
  30. Will display and transmit this message before waiting for a "keystroke".
  31.  
  32.    And for those of you who want to support ANSI graphics, PAUSE_R will
  33. interpret a '@' character as an escape code, thuse allowing some
  34. inventive user to create multi-color pause messages. Also, for COM2: users,
  35. use PAUSE_R2.COM.
  36.  
  37. Important!!!
  38.  
  39.    This program make two assumptions:
  40.                 1. That the COMx: serial board is installed
  41.                 2. That the Modem is functioning
  42.  
  43.    $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
  44.    $                                                         $
  45.    $   This program was writen by Leo Langevin, SysOp of:    $
  46.    $                                                         $
  47.    $    The BBS of Excellence - Data: (312) 398-2872         $
  48.    $                                                         $
  49.    $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$