home *** CD-ROM | disk | FTP | other *** search
/ CICA 1996 August / CICA2_0896.bin / utils / show.bat < prev    next >
DOS Batch File  |  1995-05-25  |  271b  |  16 lines

  1. echo off
  2. cls
  3. if exist c:\wc_qpv\*.* goto qpeg
  4. if exist c:\pwrview\*.* goto pv
  5. \install
  6. :pv
  7. echo Using Powerview
  8. \utils\pv\pvtiny %1
  9. goto end
  10. :qpeg
  11. echo Using QPV
  12. \utils\qpv\qpv /Fc:\wc_qpv\qpv.cfg %1
  13. echo    --- Press any key to continue ---
  14. goto end
  15. :end
  16.