home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / graf_a_g / genoawin / disk2 / 85demo.exe / DEMO.BAT < prev    next >
DOS Batch File  |  1992-11-11  |  317b  |  18 lines

  1. @echo off
  2. :start
  3. rem    640x480x16m
  4. tga city /ro%1
  5. if errorlevel 1 goto exit
  6. tga colors /rob%1
  7. if errorlevel 1 goto exit
  8. tga ring /ro%1
  9. if errorlevel 1 goto exit
  10. tga pearl /ro%1
  11. if errorlevel 1 goto exit
  12. tga vase /ro%1
  13. if errorlevel 1 goto exit
  14. tga ball /ro%1
  15. if errorlevel 1 goto exit
  16. goto start
  17. :exit
  18.