home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / proglc / batch.lzh / EDIT.BAT < prev    next >
Encoding:
DOS Batch File  |  1986-10-03  |  256 b   |  9 lines

  1. echo off
  2. if $$%1 == $$ goto last
  3. set lastfile=%1
  4. goto start
  5. :last
  6. echo Re-editing file %lastfile%
  7. :start
  8. vedit %lastfile%
  9.