home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / reminder.zip / REMIND.TXT < prev    next >
Text File  |  1995-04-15  |  3KB  |  55 lines

  1. *** warning student at work ***
  2.  
  3. This is my first attempt at programming  using VX-REXX.  It is freeware
  4.  and I will not be held responsible for any problems or satisfaction that it brings for
  5.  you or your system.  When you execute this program it will run with the window being
  6. invisible to you for 30 minutes. ( approx. )   At that point it will display a friendly ( I
  7. hope ) message stating that you need to take a break.  I wrote this for myself 
  8. because of all those long hours I spend in front of the PC not paying attention to
  9. time( I hate those PC clocks running on the screen.  ).
  10.    The buttons to be selected when this window becomes visible are: EXIT program
  11. and HIDE window for another thirty minutes.  To display the window any other time,
  12. just open the window list and double click on the REMIND.EXE program name. To
  13. reset the delay and hide the window again, just click on "HIDE" .
  14.  
  15. This program uses a VX-REXX  dynamic link library vrobj.dll ( version 2.1b ). 
  16. If you choose to use this do the following:
  17.  
  18. 1. ) copy the vrobj.dll into the  (drive): \ OS2\DLL  directory ( or any library that is 
  19.       defined to your LIBPATH statement in the config.sys file.  
  20.  
  21.    a) If you have VX-REXX (older version) or at least one of their DLL's and you 
  22.          get an error message.  You can do one of two things:
  23.  
  24.       i) Put this  vrobj.dll into a  directory that is defined earlier in the LIBPATH 
  25.          statement.
  26.       ii) Rename  your existing file as vrobj.bak and then move  the vrobj.dll 
  27.           contained within this zipped file into your (drive):\OS2\DLL directory. 
  28.           I do believe that the later versions of  Watcom's DLL's are backwards
  29.           compatiable. .  
  30.  
  31.  
  32.      **NOTE**  remember to make backups of any files that you are working with
  33.        such as:  config.sys and vrobj.dll before attempting to install/change  any software
  34.        these  files.    
  35.  
  36.   2.)  Using the directions from the OS/2 manual, create a program object 
  37.        with the REMIND.EXE file.  Place the  .ico,  .txt, .bmp and .exe  files in the same 
  38.        directory.  HINT: If you do not care for the bitmap that I used, you can supply one
  39.        ( or change them periodically ) by naming them the same as the base executable's
  40.        file name.    i.e.  if  REMIND.EXE then bmp is REMIND.BMP.    I did not test alot of
  41.        bitmaps using this, but the ones on my system seem fine.   
  42.  
  43.   3.)  Place a "shadow" of the program object in your startup folder, so you can
  44.         continue to enjoy :)   those friendly reminders!  
  45.  
  46.  ** ASIDE **
  47.  
  48.          There is a beta version( 6 ) of the EPM editor that contains a toolbar and 
  49.          some other nice features.  Its pretty stable and a nice step up from the 
  50.           version 5s that I  have worked with. I found it on the following OS/2 
  51.           BBS 703.385.4325  and the file name is, EPMBETA6.ZIP
  52.  
  53.     If you have any questions or comments, I can be reached on Compuserve as follows
  54.       john garton    73474,2434 
  55.