home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / turbopas / dates.hlp < prev    next >
Text File  |  1994-03-07  |  2KB  |  59 lines

  1.  
  2. Dates is a program that keeps a list of 1-line memos, each consisting of a
  3. date or range of dates, and a comment.  When run, it displays calendars for
  4. three months (previous, current, and next), the first dozen lines of memos on
  5. file, the date of the first memo, and the prompt.
  6.  
  7. Memos are stored in the root of the current drive, in a file named dates.mem,
  8. which is created for you the first time you run the program.
  9.  
  10.  
  11. Commands:
  12.  
  13.   ?       prints a 1-line reminder of the command names
  14.  
  15.   Add     prompts you for a starting date, then an ending date
  16.       (in case the memo is for an activity spanning multiple days)
  17.       and then a 1-line memo, with the maximum length shown by marks
  18.       on the screen.  Dates may be typed in many formats, the following
  19.       are all acceptable:  Jan 27, 1984    27 January 1984    1/27/84
  20.       If you omit the year, the date will automatically be placed in the
  21.       coming 12 months.  Simply press return for the ending date for a
  22.       one day item.  It is usually more convenient to enter all the
  23.       information on one line (although the memo can't be quite as long),
  24.           as in:
  25.  
  26.             Dates>a apr 15 taxes due
  27.  
  28.           The calendars at the top of the screen will change to the date
  29.           of the new item.
  30.  
  31.   Remove  is to remove a memo, as specified by the line number printed before
  32.       the item.  Confirmation will be requested; just press return to
  33.       remove the memo.  To remove the third memo, for example, just:
  34.  
  35.         Dates>r3
  36.  
  37.   Line    is to view a memo not showing on the screen by choosing its line
  38.       number, or to get the calendars to show the month of a specific
  39.       memo.  To see the 12th line:
  40.  
  41.         Dates>l12
  42.  
  43.   Date    will adjust the calendars to show the specified date, and will also
  44.       bring memos relevant to that date onto the screen if they are not
  45.           currently showing.  For example, to see memos for May of 1985,
  46.           give the date command with 6/85 or May 1985:
  47.  
  48.         Dates>d 6/85
  49.  
  50.       If you don't specify any date, today's date will be printed.
  51.  
  52.   Help    will give a 1-line reminder of what commands there are, question mark
  53.           does the same.
  54.  
  55.   Quit    leaves the program.
  56.   Exit    synonym for quit.
  57.  
  58.  
  59.