home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / utility / minimnu2 / test.bat < prev    next >
DOS Batch File  |  1996-02-14  |  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 2.0
  6. pause
  7. goto end
  8. :error
  9. echo this file is used by the MINIMENU 2.0 demonstration
  10. :end
  11.