home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 1 / HACKER1.ISO / cud3 / cud320g.txt < prev    next >
Text File  |  1992-09-20  |  3KB  |  66 lines

  1. ------------------------------
  2.  
  3. From: Eric_R_Smith@CUP.PORTAL.COM
  4. Subject: How to get WATCH.EXE
  5. Date: Sun,  9 Jun 91 11:55:17 PDT
  6.  
  7. ********************************************************************
  8. ***  CuD #3.20: File 7 of 7: How to get WATCH.EXE                ***
  9. ********************************************************************
  10.  
  11. Because of a misunderstanding, readers were invited to receive a
  12. UUencoded version of Eric Smith's Watch program directly from his
  13. mailbox at PORTAL.  Readers may receive a UUencoded version of the
  14. program and brief documentation from the CuD ftp site.  It is assumed
  15. that users who can manage the ftp will also have a uudecoding program.
  16. Therefore, the program is provided in uue format only, not in the
  17. BASIC format offered in the article.  [The BASIC code required to
  18. create the Watch archive was over 70k long.  The uue file is about 12k!]
  19.  
  20. Eric Smith also notes:
  21.  
  22.      Some users of FluShotPlus and PRODIGY have questioned if
  23.      PRODIGY was disabling FSP's actions.  They base this fearon
  24.      the fact that under PRODIGY, FSP's "+" indicator is missing
  25.      from the upper right corner of the screen.  "+" indicates
  26.      that FSP is loaded and is active.  A "-" indicates that FSP
  27.      is loaded but has been deactivated.  HOWEVER, these users
  28.      are forgetting that PRODIGY operates in a graphics screen
  29.      mode, while FSP is a text-mode program.  Thus, FSP IS
  30.      writing the "+" or "-" in the corner of the screen, but the
  31.      character is either not visible of has been reduced to a few
  32.      lit pixels, rather than a full character.
  33.  
  34.      Users of FSP can confirm that it is still loaded and active
  35.      by removing one of the PRODIGY files from the FLUSHOT.DAT
  36.      file.  When PRODIGY accesses that file, users will see a
  37.      smudge of pixels light in the middle of their screens and
  38.      will hear FSP's alarm go off. While it is technically
  39.      possible for PRODIGY to "jam" a tsr's operation, there is
  40.      absolutely no evidence that PRODIGY is doing this.
  41.  
  42.      As I note in the docs to Watch, the program is useful for
  43.      watching any program's behavior.  It is in no way restricted
  44.      to calls performed by PRODIGY: the behavior it monitors is
  45.      used by all DOS applications.  For most purposes, you will
  46.      not want a record of the DOS calls.  Therefore, the "write
  47.      calls to the screen" version is the more appropriate.
  48.      Writing to the screen certainly is faster than "log to a
  49.      disk file" method: open the log file, write the information
  50.      to that file, and then close the file.  The latter method is
  51.      only appropriate or necessary when you wish to preserve a
  52.      record of a program's behavior or when you are unable to
  53.      view the screen (as when the screen is in graphics mode).
  54.  
  55. It normally takes a few days to get a program up to the ftp sites,
  56. so wait a few days before trying, or contact the moderators.
  57.  
  58. ********************************************************************
  59.  
  60. ------------------------------
  61.  
  62.                          **END OF CuD #3.20**
  63. ********************************************************************
  64.  
  65.  
  66.