home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0512 / 0512.ZIP / CATALOG.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-08-26  |  181 b   |  9 lines

  1. echo off
  2. echo ...
  3. echo Print the file cascoly.txt  to create order forms.
  4. echo Or, edit the text to select the page you need
  5. echo ...
  6. pause
  7. type cascoly.txt | more
  8. echo on
  9.