home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / dlgpatch.zip / FIXDLGED.BAT < prev    next >
DOS Batch File  |  1990-11-20  |  318b  |  11 lines

  1. @echo off
  2. echo Copying Dialog Editor to text file.
  3. copy dialog.exe dialog.txt
  4. echo Renaming original dialog editor to DIALOG.OLD
  5. ren dialog.exe dialog.old
  6. echo Patching Dialog Editor...
  7. debug dialog.txt < dialog.pat
  8. echo Renaming text file to DIALOG.EXE
  9. ren dialog.txt dialog.exe
  10. echo Dialog Editor Patched!
  11.