home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p122 / 2.ddi / CONV-DV.BAT next >
Encoding:
DOS Batch File  |  1990-08-10  |  475 b   |  17 lines

  1. echo off
  2. cls
  3. echo Instructions:
  4. echo Open the DesignView 1.x files that you want to convert, then use the
  5. echo the Export DVX command to create the files in DesignView DVX format.
  6. pause
  7. if exist dv2-0.exe rename dv2-0.exe dv.tmp >NUL
  8. rename dv.exe dv2-0.exe >NUL
  9. rename convdv.exe dv.exe >NUL
  10. dv
  11. cls
  12. echo Now run DesignView and use the Import DVX command to read in the
  13. echo converted files.
  14. rename dv.exe convdv.exe >NUL
  15. rename dv2-0.exe dv.exe >NUL
  16. echo on
  17.