home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / text / pn090984.zip / PN090984.EXE / PIPER.BAT < prev    next >
DOS Batch File  |  1993-05-06  |  679b  |  20 lines

  1. echo off
  2. cls
  3. if not exist *.hw3 goto NotFound
  4. echo ┌─────────────────────────────────────┐
  5. echo │ Piper's Notes requires a VGA or     │
  6. echo │ compatible display. Mouse supported.│
  7. echo ╞═════════════════════════════════════╡
  8. echo │ Choose a note from the right.       │
  9. echo ╞═════════════════════════════════════╡
  10. echo │ For the latest of Piper's Notes     │
  11. echo │ from InSights HyperMedia call       │
  12. echo │ Channel 1 in Cambridge MA.          │
  13. echo │ For 2400 dial (617) 354-7077 or     │
  14. echo │ for 9600-14400 dial (617) 354-5776. │
  15. echo └─────────────────────────────────────┘
  16. FPICK /M*.hw3 /V
  17. if not (%Fpick%)==(:ESC) hr %Fpick%
  18. set fpick=
  19. :NotFound
  20.