home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / WM10.ZIP / EXE1.DAT / hardcopy.bat < prev    next >
Encoding:
DOS Batch File  |  1995-08-30  |  86 b   |  7 lines

  1. @ECHO OFF
  2. REM Executes anywhere...
  3. IF "%1"=="" EXIT
  4. CTTY NUL
  5. PRINT %1
  6. CTTY CON
  7.