home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CICA 1997 February
/
cicawindowscollection199702-2.iso
/
install
/
pv.bat
< prev
next >
Wrap
DOS Batch File
|
1995-05-24
|
456b
|
25 lines
echo off
if not exist c:\wc_qpv\cfg\*.* goto rm_qpv_p
echo y | del c:\wc_qpv\cfg\*.* > nul
rmdir c:\wc_qpv\cfg > nul
:rm_qpv_p
if not exist c:\wc_qpv\*.* goto rm_log_p
echo y | del c:\wc_qpv\*.* > nul
rmdir c:\wc_qpv
:rm_log_p
if not exist c:\uvconfig.log goto rm_drv_p
del c:\uvconfig.log
:rm_drv_p
if not exist c:\pwrview\univbe.drv goto inst_pv
del c:\pwrview\univbe.drv
:inst_pv
c:
cd \pwrview
uvconfig
%1
rmdir c:\newfiles