home *** CD-ROM | disk | FTP | other *** search
/ Win 3.11 Apps / win311aps.iso / PSCOMP / PATCHPSD.BAT < prev    next >
DOS Batch File  |  1995-05-15  |  954b  |  21 lines

  1. @echo off
  2. rem Batch file to patch PSDWIN 1.0 to PSDWIN 1.0b.
  3. rem This file and the files PATCH.EXE, PATCH.RTP, and PATCH2.RTP
  4. rem must reside in the same directory as PSDWIN.EXE.
  5. rem The patch files may be deleted when the patch is complete.
  6. rem The patch program requires that there be enough free disk space to
  7. rem hold both the original and the patched versions of PSDWIN
  8. rem (a little over 1 meg). If the patch is successful, the version
  9. rem number in the PSDWIN About dialog will be 1.0b.
  10. rem
  11. rem The following line patches version 1.0 to version 1.0a.
  12. rem This will not succeed, and will generate an error message, if
  13. rem PSDWIN is already patched to 1.0a (or 1.0b), or if it is
  14. rem version 1.2.
  15. patch . patch.rtp
  16. rem
  17. rem The following line patches version 1.0a to version 1.0b.
  18. rem This will not succeed, and will generate an error message, if
  19. rem PSDWIN is already patched to 1.0b, or if it is version 1.2.
  20. patch . patch2.rtp
  21.