home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / dbase / db305.zip / SETUP012.EXE / TTD.DOC < prev    next >
Text File  |  1993-04-12  |  5KB  |  93 lines

  1. ─────────────────────────────────────────────────────────────────────────────
  2.  TTD * Things to do...
  3.  Copyright (c) 1993 Harvey Parisien, all rights reserved.
  4. ─────────────────────────────────────────────────────────────────────────────
  5.  
  6. This is a simple Calendar / Scheduler system.  Unfinished "things" can be 
  7. moved quite simply to the next day, or any other day.  Daily schedules can
  8. be printed including a Calendar of the current month.
  9.  
  10. To install, copy TTD.EXE, TTD0.HLP, TTD1.HLP to any subdirectory.  If you use
  11. a sub directory called C:\TTD, you DO NOT have to set any environment
  12. variables.  If you prefer to use an other sub directory to run your TTD system
  13. from, then you must include the SET TTD statement in your c:\autoexec.bat
  14. file.  
  15.  
  16. If you plan to use the non-tsr version you will need to include your sub 
  17. directory where TTD will reside in your path statement.  This line should be
  18. included or appended if an existing PATH command already exists...
  19.  
  20. PATH=C:\TTD\
  21.  
  22. This line should be included to set a variable called TTD to the path where
  23. you installed your TTD system IF IT IS NOT C:\TTD.  In this example, we used
  24. a sub directory called DBASE, but you can use any valid dos path.  This is
  25. required for either the non-tsr version or the tsr version of TTD, but only
  26. if the sub directory you install your TTD system is not c:\ttd.
  27.  
  28. SET TTD=C:\DBASE\
  29.  
  30. Then simply type TTD, press Enter, and it will setup itself.  Press F1 for
  31. HELP while in the program for more info.
  32.  
  33. NOTE: TSRTTD.EXE is a TSR version of this system.  To load it, simply run
  34.       TSRTTD.EXE.  To access the system from any NON GRAPHICS TYPE program,
  35.       press Alt and Z.  To exit and return to the underlying program, press
  36.       Esc.  To unload TSRTTD.EXE, simply run it using a command line of /u 
  37.       ie TSRTTD /u and press Enter (actually anything on the command line
  38.       will uninstall it).
  39.        
  40.       YOU MUST RUN TTD.EXE (the non tsr version) BEFORE ATTEMPTING TO USE
  41.       TSRTTD.EXE FOR THE FIRST TIME, SINCE TTD.EXE MUST SETUP THE SYSTEM.
  42. ─────────────────────────────────────────────────────────────────────────────
  43.  
  44. TTD uses *.HLP files which can also be printed out as documentation
  45. supplements.
  46.  
  47. A few quick and dirty after thoughts...
  48.  
  49. The concept of using the ALT C and/or ALT M is to mark meetings and calls
  50. so they stand out on the screen, but also for a future feature which will
  51. enable you to print a yearly and/or monthly calendar showing your committed
  52. days. (file structures available for third party developers)
  53.  
  54. Alt C is typically used for CALLS or EMAIL or any type of CONTACT.
  55. Alt M is typically used for MEETINGS or APPOINTMENTS or any TASK where your
  56. time is committed to being unavailable - ie for off site or outside errands
  57. or commitments of any kind.  Since everyone has a different way of planning
  58. their time, I've left this rather open to accomodate your individual needs.
  59.  
  60. Note: The non tsr version of TTD allows you to use an external editor (or the
  61. built in editor).  The TSR version only allows use of the internal editor due
  62. to memory restrictions.  This means that in the TSR you can only have a one
  63. page note attached to any ttd entry.  In the non tsr version if you use an
  64. external editor (like C:\DOS\EDIT in dos 5 or TED3 or QEDIT) you can have any
  65. size document you wish.  You can also use some word processors, but only ones
  66. that allow direct access to a file by entering a "WP filename" type command
  67. from dos.  Every note attached to a ttd entry is a 4 digit number which is 
  68. automatically managed internally by ttd.  The file can be edited separately
  69. or outside of ttd since ttd doesn't track the file date or size information 
  70. that will change as a result.  Other advantages of using external editors is
  71. that you can usually import text and export text from that note.  Even if you
  72. have an entire document attached to a ttd entry, the tsr version will display
  73. the first 23 lines of it, but if the document is more than the one page it
  74. can handle (ie > 23 lines) it will not allow saving the document (which would
  75. truncate it).  If you use a word processor with the non tsr version, you 
  76. should not use the tsr version to access the notes, since the tsrttd program
  77. will not be able to translate every specific word processor's file format.
  78.  
  79.              ────────────────────────────────────────────────────
  80.              Press F1 for HELP while in the program for more info
  81.              ────────────────────────────────────────────────────
  82.  
  83. TTD has a few command line control switches as described below:
  84.  
  85. USE: TTD /switch /switch
  86.  
  87. Valid switches...
  88.  
  89. /HERE overrides TTD environment setting if used
  90. /SET  forces change setup
  91. /FASTEXIT disables Exit y/n prompt (like tsr)
  92. ─────────────────────────────────────────────────────────────────────────────
  93.