home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / graphics / tpaint12.zip / SSHOW.BAT < prev    next >
DOS Batch File  |  1993-06-30  |  240b  |  17 lines

  1. echo off
  2. if exist view.exe goto start
  3. goto error
  4. :start
  5. view tplogo 2500
  6. view complex 2500
  7. view abstract 2500
  8. view impress 2500
  9. view forest 3000
  10. view shades_b 3000
  11. goto finish
  12. :error
  13. echo VIEW.EXE not found
  14. :finish
  15. echo on
  16.  
  17.