home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / finance / icp55.zip / VIEW.BAT < prev   
DOS Batch File  |  1991-02-11  |  262b  |  21 lines

  1. @echo off
  2. cls
  3.  
  4. if "%1==" goto hlpinst
  5.  
  6. :loop1
  7. cls
  8. type %1 |more
  9. goto end
  10.  
  11. :hlpinst
  12. cls
  13. echo The correct syntax is "view <file.ext>". For example, type "view 
  14. echo readme.doc" to view the readme.doc file.
  15. echo .
  16. echo VIEWING ABORTED!
  17.  
  18. :end
  19.  
  20.  
  21.