home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OS9_6X09 / UTILITIES / reminder.lzh / reminder16.doc < prev   
Text File  |  1997-07-04  |  4KB  |  100 lines

  1.                    Reminder by Stan Blazejewski (Trail Blazer)
  2.                       (c) Hill Climb Software (March 1994)
  3.  
  4.                First a short note, the name Trail Blazer has nothing to do
  5.           with the modem of the same name.  In fact I had been using the
  6.           name before that modem hit the shelves.  The name comes from
  7.           the fact that my 'other' hobby is going bush on my motorbike &
  8.           'blazing trails'.
  9.  
  10.                I wrote REMINDER to fill a need I have.  I have a rotten
  11.           memory & lead quite a busy life so I tended to forget a lot of
  12.           important jobs or events that I should have done or gone to.
  13.  
  14.                The program is really quite simple, all it does is read a
  15.           file called reminder.log in your /DD/SYS directory and displays
  16.           the information within your parameters, formatted.  Building
  17.           this file can be done with any text editor such as ED or XLED
  18.           or something fancier like Window Writer.  There are a few
  19.           simple rules to follow in the format of this file.
  20.  
  21.           DATES
  22.  
  23.                Dates are in the format DDMMYY (Australian format) and
  24.           must be followed by at least one space.  A quick look at the
  25.           source will see that there would be no problems changing the
  26.           date format to whatever you like.  In fact the first version
  27.           used the OS9 format YYMMDD but I found I made typing errors
  28.           when adding entries to the reminder.log.
  29.  
  30.                If DD is ** then this line will ALWAYS be displayed with
  31.           an extra line afterwards.  I use this for headings and to split
  32.           up jobs, reminders and annual events like birthdays & holidays.
  33.  
  34.                If DD is !! then this line will always be displayed,
  35.           single spaced and highlighted.  I use this at the beginning of
  36.           the reminder file and use it for jobs and other reminders that
  37.           need doing but have no specific date.
  38.  
  39.                Note, the reminder must still start in the same position
  40.           as the full date.  I find using ****** or !!!!!! is simple and
  41.           also easy to find when editing the reminder.log file.
  42.  
  43.                If YY is ?? then that entry will be displayed each year,
  44.           handy for birthdays, anniversaries & holidays.
  45.  
  46.           CUSTOMISING
  47.  
  48.                INPATH$="/dd/sys/reminder.log" (the path & name of the
  49.           reminder file.)
  50.  
  51.                You can edit the source code with your favorite text
  52.           editor or from within Basic09 & then PACK your personal
  53.           version.
  54.  
  55.           INSTALLATION
  56.  
  57.                Set the attributes of REMINDER to 'e pe' and copy it to
  58.           your commands directory.
  59.  
  60.               Copy REMINDER.LOG to your /DD/SYS directory (this is a
  61.           sample file).
  62.  
  63.                Make sure you have RUNB, INKEY and GFX2 either in memory
  64.           or in your commands directory.  (I have RUNB, INKEY, SYSCALL &
  65.           GFX2 merged together and in my CMDS directory with the name
  66.           RUNB, it saves having to 'prepare' for running packed basic
  67.           programs).
  68.  
  69.                REMINDER is best run from an 80 column text window, 40
  70.           column will work but leaves little room for descriptive notes.
  71.  
  72.                NOTE If you wish to use REMINDER in your startup file (as
  73.           I do) you will have to enter it as 'REMINDER </1' so that the
  74.           'Press any key for more' will work.
  75.  
  76.                I doubt anyone will have any questions about this program
  77.           but if you would like to send a letter of praise or criticism,
  78.           or even (heaven forbid) financial assistance, I can be
  79.           contacted at ....
  80.  
  81.           Address:
  82.           Stan Blazejewski
  83.           51 Evan st
  84.           Parkdale VIC 3195
  85.           Australia
  86.  
  87.           Phone:
  88.           03-580-4605 (Int'l +61-3-580-4605)
  89.           If you plan to call, I'm usually available 6:30pm to 9:30pm
  90.           AEST
  91.  
  92.           BBS:
  93.           My BBS (Peninsula Colour Computer Club BBS) also runs on the
  94.           same number between 9:30pm and 7:00am AEST
  95.           300-2400 baud, 8 bits, no parity, 1 stop bit.
  96.  
  97.           Internet:
  98.           Email ---- stanblaz@netspace.net.au
  99.           Homepage - www.netspace.net.au/~stanblaz
  100.