home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / CEL202R.ZIP / CEL202-4.ZIP / REMOTE.DOC < prev    next >
Text File  |  1993-09-30  |  3KB  |  49 lines

  1. REMOTE.EXE                                          Celerity BBS Remote Control
  2. ~~~~~~~~~~
  3. Remote is a new utility for Celerity BBS which will allow remote sysops to
  4. enter a DOS session and run most programs as if they were using a local
  5. console.  No special terminal program is required.
  6.  
  7. To enable this remote access, the sysop must copy the REMOTE.EXE utility into
  8. the main BBS directory.  Additionally, only users who have sysop flag #24 set
  9. may access it.  To activate a remote DOS session, the sysop/user would then
  10. type "D" from the main sysop commands menu, and will be deposited into DOS.
  11.  
  12. Remote will operate in two modes: Character and Block.  The user may switch
  13. between character and block mode by typing a ^U, depending on which type of
  14. application they are attempting to run.
  15.  
  16. In character mode, Remote will trap all screen output via interrupt 10 and send
  17. them to the remote system.  Most command-line programs and DOS operations
  18. should use character mode.
  19.  
  20. Block mode is necessary for programs which write directly to video memory,
  21. which includes most programs whcih use a full-screen user interface.  Block
  22. mode keeps a copy of the screen as it appears on the remote user's side, and
  23. compares this to the screen on the local side.  If changes are made on the
  24. local side, the modified part of the screen will be sent across.
  25.  
  26. For accurate screen representation, Remote requires that the remote user use
  27. an 80x25 character display, which most terminal programs are capable of
  28. providing.  Some terminal programs may require certain keystrokes or setup
  29. options to remove "status bars" from the top or bottom of the screen.  If a
  30. full 25 lines are not displayable due to these status bars, some screen
  31. displays may be garbled.
  32.  
  33. Remote supports "Doorway" mode command characters, which most modern terminal
  34. programs will send.  Use of Doorway commands allows a full range of keyboard
  35. commands, including Alt-key combinations which are not part of the standard
  36. ASCII character code.  See your terminal documentation for more on Doorway
  37. mode.
  38.  
  39. Remote will not function with ALL software, due to the way that some software
  40. operates.  Use a trial-and-error approach to deciding what will work and what
  41. does not.  Additionally, Remote will not work with graphic displays either.  If
  42. you have specific requirements which Remote will not handle, you may explore
  43. the possibilities of using one of the other commercial or shareware packages
  44. listed below.
  45.  
  46. Remote utilizes code written by Terry Hughes and Brendon Woirhaye, and is
  47. inspired by Doorway, PC Anywhere, Carbon Copy, and Remote Access.
  48.              
  49.