home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CICA NT 1997 November
/
CICA_NT_CD-ROM_Walnut_Creek_November_1997.iso
/
utils
/
show.bat
< prev
next >
Wrap
DOS Batch File
|
1995-05-26
|
271b
|
16 lines
echo off
cls
if exist c:\wc_qpv\*.* goto qpeg
if exist c:\pwrview\*.* goto pv
\install
:pv
echo Using Powerview
\utils\pv\pvtiny %1
goto end
:qpeg
echo Using QPV
\utils\qpv\qpv /Fc:\wc_qpv\qpv.cfg %1
echo --- Press any key to continue ---
goto end
:end