home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / KAYPRO / IOCAPKP.LBR / I_OCAPKP.DOC < prev   
Text File  |  2000-06-30  |  3KB  |  48 lines

  1.                         I/O-CAP Version for Kaypros 
  2.  
  3.                Added code for Kaypros to intercept the control-Z that clears 
  4.           screen,  and change it to 1Eh (HOME cursor) followed by 17h (Clear 
  5.           to  end of screen) on the disk output.   It was necessary to  move 
  6.           the  QUIT  check to the conin routine so that option  would  still 
  7.           work.                                   02/13/86
  8.                               by Dave Shuman (317-778-2810) 
  9.  
  10.      Running I/O-CAP (the first time) will cause ALL subsequent output to be 
  11. buffered  (16 sectors) for eventual output to disk with a filename and  type 
  12. called  USER.LOG.   This  file  will then be updated as long as  I/O-CAP  is 
  13. active in the system.   Note:   I/O-CAP may be made inactive by just  typing 
  14. I/O-CAP again, to toggle it off (or on).
  15.  
  16.  
  17.                              - Applications #-
  18.  
  19.      (1)  Don't have a printer,  and want 'Hard Copy' of a user dialog  with 
  20. the  system?   Use I/O-CAP to creat it as a disk file...for  instance,  when 
  21. making  patches  into 'uncertain' areas of the system with DDT (or  SID,  or 
  22. whatever)  you can keep a running history on disk of the patches  AND  their 
  23. effects.
  24.      (2)  Need to show example of console dialog for an article or book  and 
  25. you  don't want to 'hand type' it in?  Use I/O-CAP to creat the examples for 
  26. you, and edit the dialog to suit your needs.
  27.      (3)  Need  to  know all the events in 'history form'  leading  to  some 
  28. bizarre  system blow-up?   Use I/O-CAP to record that history for  you  (but 
  29. only if the blow-up is recoverable by NOT COLD BOOTING the system).
  30.      (4)  Want  to (secretly) monitor the activities of other users  of  the 
  31. system?   Use I/O-CAP to record user console input,  and check in from time-
  32. to-time  to look at the system activity.   Used in conjunction with BYE on a 
  33. remote CP/M system, you can finally figure-out how that 'twit' clobbers your 
  34. system  from 3000 miles away...and NOT fill a room full of paper by  logging 
  35. all input to your printer.  Note:  Run I/O-CAP first, then BYE.COM to 'grab' 
  36. the vectors set-up by the I/O-CAP program.The capture of incoming data  will 
  37. appear  to be transparent to the user,  with a slight pause when it  updates 
  38. the USER.LOG file...but this only happens every 2048 character entrys, so it 
  39. should generally go un-noticed.
  40.  
  41.  
  42.           Please  send any changes,  'bug' reports,  suggestions,  comments, 
  43.      gripes  or bitches to the CP/M-Net system,  (805)  527-9321...have  fun 
  44.      with this program.   It's in the public domain,  but NOT TO BE USED for 
  45.      COMMERCIAL BENEFIT.
  46.                                              Best regards, 
  47.                                              Kelly Smith, CP/M-Net
  48.