home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol8n02.zip / GETREPLY.BAT < prev    next >
DOS Batch File  |  1988-09-02  |  177b  |  7 lines

  1. @ECHO OFF
  2. REM Requires DOS 3.3 or higher.
  3. ECHO Enter your response, then press Ctrl-Z and Enter
  4. COPY SETREPLY+CON SETREPLY.BAT > NUL
  5. CALL SETREPLY
  6. DEL SETREPLY.BAT > NUL
  7.