home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo Instructions:
- echo Open the DesignView 1.x files that you want to convert, then use the
- echo the Export DVX command to create the files in DesignView DVX format.
- pause
- if exist dv2-0.exe rename dv2-0.exe dv.tmp >NUL
- rename dv.exe dv2-0.exe >NUL
- rename convdv.exe dv.exe >NUL
- dv
- cls
- echo Now run DesignView and use the Import DVX command to read in the
- echo converted files.
- rename dv.exe convdv.exe >NUL
- rename dv2-0.exe dv.exe >NUL
- echo on
-