home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / dbase / dperf17.zip / DP_BTEST.BAT next >
DOS Batch File  |  1990-11-15  |  576b  |  21 lines

  1. ECHO OFF
  2. CLS
  3. ECHO                This batch file assumes a setup file named "TEST"
  4. ECHO                otherwise, the merge file will not be generated.
  5. PAUSE
  6. dperfbv /test
  7. CLS
  8. IF ERRORLEVEL 2 GOTO no_wp
  9. ECHO                Creation of merge file successful!
  10. ECHO                Word Perfect can be started with a macro that
  11. ECHO                will do the merge.  The following assumes that
  12. ECHO                the macro is named "MERGE".
  13. PAUSE
  14. wp /m-merge
  15. GOTO END
  16. :no_wp
  17. ECHO                An error prevented the creation of the merge file.
  18. PAUSE
  19. :end
  20.  
  21.