home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / CT / CT9501 / MINIMENU / TEST.BAT < prev    next >
DOS Batch File  |  1994-09-19  |  217b  |  11 lines

  1. @echo off
  2. if .%1==. goto error
  3. echo This program masquerades as:
  4. echo %1 %2
  5. echo to demonstrate the usage of MINIMENU 1.1
  6. pause
  7. goto end
  8. :error
  9. echo this file is used by the MINIMENU 1.1 demonstration
  10. :end
  11.