home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / util / menu / 009 / test.bat < prev    next >
Encoding:
DOS Batch File  |  1993-01-12  |  209 b   |  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
  6. pause
  7. goto end
  8. :error
  9. echo this file is used by the MINIMENU demonstration
  10. :end
  11.