home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / 22rsx / byestuff.ark / NOPIPES.MAC < prev    next >
Text File  |  1985-12-10  |  256b  |  9 lines

  1. ; Prevent any "piping" commands executing.
  2. ; This is used to avoid anomalous disk writes on secure systems.
  3. ;
  4. .pipes::
  5.     stc
  6.     ret
  7.  
  8.     end
  9. ╘