rem filename: RunDRV04.BAT

rem This script is the run script for the Design Review application
rem viewset for Windows NT and 95 systems.
rem It causes Viewperf to be run with this viewset, saves the
rem results to a text file and displays these results.
rem April 8, 1998   - Original

del DRVold.txt
move DRV.txt DRVold.txt
cd DRV-04
CALL DRV-04.bat
..\vpost\vpost DRV viewperf.log > ..\DRV.txt 
cd ..
notepad DRV.txt 