home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / reli / ct.zip / NOTES.BAT < prev    next >
DOS Batch File  |  1989-08-19  |  398b  |  17 lines

  1. Echo off
  2. Cls
  3. If exist notes.arc goto ok
  4. echo .
  5. echo .
  6. echo ---------------------------------------------------------------------------
  7. echo  There are no revisions and/or additions to the User's Manual to be printed 
  8. echo  out at this time.
  9. echo ---------------------------------------------------------------------------
  10. echo .
  11. pause
  12. goto end
  13. :ok 
  14. pkxarc -p notes.arc
  15. :end
  16. Echo on
  17.