home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem (c) R&D Associates 1994-1996.
- rem All Rights Reserved.
- rem
- rem This deletes the tip revision of %1, and restores the workfile to the
- rem previous revision, rewriting the workfile %3 to the previous revision.
- rem
- vdel -Y %1
- attrib -r %3
- del %3
- get -U -Y %1
-