home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / TURBOPAS / STRIPPER.DOC < prev    next >
Internet Message Format  |  2000-06-30  |  927b

  1. Date: Saturday, 27 July 1985
  2. From: David Kirschbaum
  3. Re:   Stripper WS Util in Turbo - STRIPPER.PAS
  4.  
  5. I noticed the PC and Pascal world doesn't have (or I couldn't find) a
  6. nice little public domain hi-bit stripping program for WS and other
  7. nasty type files.  Grabbed a handful of PD programs, some TURBTOOL
  8. procedures, and did a little hack.
  9.  
  10. Stripper naturally strips the 8th bit (just like good old PIP with the
  11. Z option).  Also does a tabify routine to replace all those WS DOC
  12. type file streams of spaces with 8-space tabs.  Also grabs isolated
  13. CRs and makes them CR/LF combinations.
  14.  
  15. Works fairly fast (didn't do any inline assembler to keep it
  16. transportable), simple, from the command line.  Default product is
  17. FOOBAR.HAR, but you can force any desired file name from the cmd line.
  18. Sorry, no MS-DOS paths (tho if someone could tell me how to do
  19. that...) but alternate disks, of course.
  20.  
  21. Regards,
  22. David Kirschbaum
  23. Toad Hall
  24.