home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 040A / CLW438.ZIP / libs.ex$ / PDEL.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-06-07  |  281 b   |  12 lines

  1. @echo off
  2. rem (c) R&D Associates 1994-1996.
  3. rem All Rights Reserved.
  4. rem
  5. rem This deletes the tip revision of %1, and restores the workfile to the
  6. rem previous revision, rewriting the workfile %3 to the previous revision.
  7. rem
  8. vdel -Y %1
  9. attrib -r %3
  10. del %3
  11. get -U -Y %1
  12.