rem filename: RunDX03.BAT

rem This script is the run script for the Data Explorer 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 DXold.txt
move DX.txt DXold.txt
cd DX-03
CALL DX-03.bat
..\vpost\vpost DX viewperf.log > ..\DX.txt
cd ..
notepad DX.txt