home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 November / PCWorld_2000-11_cd.bin / Software / Temacd / planbe / READ_ME.BAT < prev    next >
DOS Batch File  |  2000-02-22  |  422b  |  13 lines

  1. echo off
  2. cls
  3.  
  4. rem This batch file provides a simple way to read about the product:
  5. rem      PlanBee Critical Path Project Management, v1.0c
  6. rem The information you want to read is in the file VENDINFO.DIZ.
  7. rem If you prefer, you can read it using any ordinary text viewer.
  8. rem For example, if the LIST viewer is in your DOS path, you would
  9. rem use the command 'LIST VENDINFO.DIZ'.
  10.  
  11. more < VENDINFO.DIZ
  12. pause
  13.