home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1996 September
/
Simtel-MSDOS-Sep1996-CD2.iso
/
utils
/
show.bat
< prev
next >
Wrap
DOS Batch File
|
1995-05-25
|
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