home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff335.lzh / DTC / DTC.Man < prev    next >
Text File  |  1990-03-22  |  5KB  |  102 lines

  1. Desk Top Calendar (DTC)
  2.  
  3. DTC is a utility providing a simple calendar on your desk which can
  4. hold and show appointments and be useful in managing your time.
  5.     Its chief goals were to provide Day, Week, and Month at a
  6. glance for any date between 1/1/0001 and 12/31/9999, defaulting to
  7. the current system date. It is menu driven and fairly easy to use.
  8.  
  9.     Installation:
  10.     1. Move the DTC.HLP file to directory C: so the online H
  11. command can find it.
  12.     2. Move the DTC file where it can be run. (You may have to
  13. enlarge the stack with a STACK command for DTC to work; it is
  14. written in Fortran and the Absoft compiler seems to have that
  15. property. If in doubt try STACK 50000.) (I believe that the default
  16. stack will work OK normally).
  17.  
  18.     3. Type DTC to fire it up. The Q command returns to AmigaDOS.
  19.  
  20.     Use:
  21.  
  22.     DTC fires up a CON: window which will generally fill the whole
  23. screen or the top halfscreen if in high res mode. Commands are entered
  24. from the keyboard; a menu is initially displayed.
  25.     DTC2 uses the current window and just uses whatever of it is
  26. needed; it needs more or less an 80 by 24 area. Other than this DTC
  27. and DTC2 work much alike. However, DTC2 probably will not be interfered
  28. with by ConMan 1.3.
  29.  
  30.     Commands include:
  31.  
  32.     I  Initialize date to current system date. Sometimes needed
  33.         to avoid major brain damage in date used.
  34.     D Date Time Appt - Enters Appt (up to 60 chars) in date and time
  35.         given. Just about any normally used date and time format
  36.         will be accepted. Years can be 2 or 4 digits; in the former
  37.         case the 20th century is assumed. Just giving the D command
  38.         (or just D date) displays the Day's appointments. Note that
  39.         E is a pseudo time meaning Evening (5PM or later). You can
  40.         use 12 or 24 hour time; DTC understands both. It assumes
  41.         appointments are in the prime shift, however.
  42.     W date - Displays times for appointments for the week containing
  43.         date.
  44.     M date - Displays days with appointments for the month specified.
  45. Note: a Year command exists but messes up unless display can handle 132
  46. columns; the Amiga can't so don't use it...
  47.     S date time appt - Schedule appt in all files indirectly pointed
  48.         at. Appointments are normally stored in file DTC.DAT preceded
  49.         by YYYYMMDDHHH. If the YYYYMMMDDHHH is 999999999999, DTC
  50.         will assume the rest of the line is a filename (ending in =
  51.         generally) and will look there also during appointment
  52.         scans. Where the L or NW commands are used to set up a
  53.         meeting, a file might be used with pointers like this to
  54.         a large group of people. The S command is provided to
  55.         let you put meeting notices in the INDIRECTED files
  56.         instead of just in the TOP LEVEL file like the D command.
  57.     F filename - Changes the DTC appointment file to filename. Any
  58.         filename the system can understand is OK with DTC.
  59.     L date nn - Locates periods of nn half-hours that are free in
  60.         the week containing date. These are times when a meeting
  61.         of length nn/2 hours could start that week.
  62.     NW, ND  - Show free times during week or day. Reverses display sense
  63.         for busy/free. Handy if you have a BUSY schedule.
  64.     P date - Purge appointments, destroying any older than date.
  65.     X date1 time1 date2 time2 - eXchange appointment from date1, time1
  66.         to date2 time2.
  67.     U date time - Unschedule appointment at date, time.
  68.     Q - Quit DTC. Exit the program.
  69.         Times of form HH:MM>hh:mm (e.g. 12:00>15:00) express time
  70.         ranges and fill in blocks of time if so desired.
  71.         The program attempts to display the current time/date
  72.         in reverse video or similar renditions where possible and
  73.         to show default dates by underlining.
  74.     +nD
  75.     +nW
  76.     +nM
  77.     +nY    Move default display forward by n Days, Weeks, Months, or
  78.         Years. N defaults to 1 and the unit defaults to the last
  79.         displayed one.
  80.     -nD
  81.     -nW
  82.     -nM
  83.     -nY    Ditto, back n days, weeks, months, or years.
  84.  
  85.     H - displays DTC.HLP on screen. Not a very powerful help system
  86.         but simple to use.
  87.  
  88.     This version of DTC comes from work done by Mitch Wyle, Glenn
  89.     Everhart, and Charles Garman for PDP11 and VAX versions. The
  90.     VAX VMS version was ported to Amiga by Glenn Everhart (mainly
  91.     in preparation for porting a spreadsheet, to learn the compiler's
  92.     idiosyncracies). Complete sources are presented. While it is not
  93.     as polished as it could be, it seems to be fully functional (at
  94.     least on my Amiga in 512K under 1.2 beta 6) and serves a purpose
  95.     nothing else I have seen serves. Enjoy. If anyone improves this
  96.     version, please forward me a copy.
  97.  
  98.     DTC also works OK under AmigaDos 1.3.
  99.         Glenn Everhart
  100.         25 Sleigh Ride Rd.
  101.         Glen Mills, Pa 19342
  102.