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

  1. ECHO OFF
  2. REM                         S.BAT
  3. REM Type "s " before any DOS command if you want 
  4. REM to save it in the command buffer file.  DOS 
  5. REM commands with over 8 replaceable parameters 
  6. REM cannot be properly executed.
  7. REM
  8. ECHO %1 %2 %3 %4 %5 %6 %7 %8 %9 > d:\util\tmp.bat
  9. REM Next line replaces "{" with "<", "}" with ">",
  10. REM   and "!" with "|".
  11. EDLIN D:\UTIL\TMP.BAT < D:\UTIL\EDFIX.SCR > NUL
  12. COPY d:\util\tmp.bat+d:\util\buffer d:\util\tmp1.bat > NUL
  13. TYPE d:\util\tmp1.bat > d:\util\buffer
  14. d:\util\tmp
  15.