home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / TODAY134.ZIP / TODAY.DAT < prev    next >
Text File  |  1993-06-02  |  966b  |  37 lines

  1. ;Sample installation
  2. ;Using the cALMER Utilities programs
  3. ;in one lot rather than mixing them
  4. ;with other programs will ensure that
  5. ;you have a neat screen display until
  6. ;you get to programs which will mess
  7. ;up the screen.
  8. ;Lazyback and FastNby adjust their screen
  9. ;according to the size left over
  10. ;
  11. ;Use "Today Cls" instead of CLS in
  12. ;the data file to have a neat clean
  13. ;screen if you wish.
  14. ;
  15. :TOD
  16. rem LazyBack
  17. fastnby /silent
  18. if errorlevel 1 NBY /Fast
  19. :MON
  20. echo Have a Good Week
  21. :FRI
  22. echo Nearly there !
  23. :TOD
  24. Today Cls
  25. fastnby /review
  26. :LAS
  27. ;       This is the last working day (FRIDAY) of any given month.  If Friday
  28. ;       is a public holday it should be Thursday.  However, Today.exe has
  29. ;       no idea about holidays so you would have to key in from DOS on
  30. ;       Thursday prior to the holiday: TODAY :LAS
  31. echo Time for end-of month processing !
  32. :FIR
  33. Echo Welcome to the new month
  34. :09
  35. Echo 9 days gone already this month
  36.  
  37.