home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol10n20.zip / RECALL.ZIP / E.BAT < prev    next >
DOS Batch File  |  1991-05-07  |  533b  |  16 lines

  1. ECHO OFF
  2. REM                               E.BAT
  3. REM  Type "E" from DOS to edit:
  4. REM    1. the most recent command that you 
  5. REM       have saved using "S " from DOS
  6. REM    2. any command that you have recalled 
  7. REM       by using "R #" from DOS.
  8. REM  Remember that you are in EDLIN.  After you 
  9. REM  are done with editing, type "E" and your 
  10. REM  edited command will be executed.
  11. REM
  12. EDLIN d:\util\tmp.bat
  13. COPY d:\util\tmp.bat+d:\util\buffer d:\util\tmp1.bat > NUL
  14. TYPE d:\util\tmp1.bat > d:\util\buffer
  15. d:\util\tmp
  16.