home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / deskaces / app.arc / APP.DOC next >
Encoding:
Text File  |  1989-06-09  |  1.5 KB  |  46 lines

  1. APP - Sidekick Plus Appointment File Printer Version 3.2
  2. Copyright (c) 1988, 1989 by Jeff Kadin  ALL RIGHTS RESERVED
  3.  
  4. Please refer all inquiries to:
  5.        Jeff Kadin
  6.        91 Woodmont Rd.
  7.        Milford, CT 06460
  8.        70441,663
  9.         
  10. IF YOU LIKE THIS PROGRAM, AND FIND IT OF USE, THEN YOUR CONTRIBUTION WILL BE APPRECIATED.
  11.  
  12. This is the latest version 6/09/89.
  13.  
  14. A new command line argument has been added.
  15. <days_ahead>, an integer, will print appointments for today
  16. as well as "N" days ahead.
  17.  
  18. Deleting an appointment or having both a note and an alarm
  19. used to lock up the program.  This is fixed and CTRL-BRK
  20. checking is now added so any other bugs should not have to
  21. cause a reboot.
  22.  
  23. Repeats that matched any bits in the date masks were reported.  Now only perfect matches are reported.
  24.  
  25. Monthly Weekday Repeats are now reported.
  26.  
  27. Repeats are now fixed.
  28.  
  29. Deleted appointments are not reported.
  30.  
  31. Records with daily titles and no count records no longer lock up program.
  32.  
  33. Repeats fixed again, hopefully the last time.
  34.  
  35. APP.EXE is a program written in TURBO C which will scan a Sidekick Plus
  36. appointment file and pick and sort appointments for the day specified
  37. by you and the system clock.  The sorted appointments are printed to
  38. the screen.
  39.  
  40. USAGE: APP <path>\<filename.ext> <days_ahead>
  41. Where <path> is the path to the file, <filename.ext> is the filename
  42. and extension of the the appointment file to be printed, and <days_ahead>
  43. is an integer equal to the additonal number of days to report.
  44.  
  45. Example: app \skp\personal.app 5
  46.