home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / txtutl / histrip.arc / STRIP.DOC next >
Encoding:
Text File  |  1987-09-03  |  3.0 KB  |  57 lines

  1. DOCUMENTATION FOR HI-BIT STRIPPER PROGRAM VER. 1.0
  2.  
  3. This program will strip all hi order bits from files such as those
  4. created by WordStar and similar word processors. It will place hard
  5. carriage returns at the end of each line. Control characters will not
  6. be removed from the file.
  7.  
  8. This program rewrites the ORIGINAL file. It does not make a copy with
  9. the hi order bits removed but removes them from the file it is
  10. stripping directly. Therefore, if you need to keep a copy with the
  11. original formatting preserved, strip a copy of your original file.
  12.  
  13.  
  14. The program can be menu driven or a file name may be input on the
  15. command line when starting the program. If a filename is given on the
  16. command line the main menu will be skipped and the program will begin
  17. to strip the file immediately. To start the program type the following
  18. at your DOS prompt
  19.  
  20.                         STRIP [d.\path\filename]
  21.  
  22.                               [ ] = optional input
  23.  
  24. If you do not input a filename on the command line, then you will be
  25. shown the main menu. There are two choice here. Strip a file or view a
  26. file (or directory). 
  27.                      
  28. Using option 1 takes you to the main screen and puts the cursor at the
  29. top of the box where you input the filename (and path if not the
  30. current directory) of the file you want to strip. When the program
  31. begins stripping the file it will show you the total number of records
  32. and the record currently being stripped. The status area will also
  33. indicate the name of the file being stripped and when the job is
  34. completed. Other operator instructions and error messages will also
  35. appear in this area. A beep indicates an error has been encountered.
  36. This is usually the result of an input error in the filename or a write
  37. protected disk or file.
  38.                      
  39. You can use option 2 to confirm the presence of hi order bits or to
  40. confirm their removal. The screen will pause after scrolling about 16
  41. lines. You can continue by pressing the space bar or return to the main
  42. menu by pressing <M>. When the end of the file is reached this will be
  43. indicated on the screen and you can look at another file or directory
  44. by pressing the space bar or press any other key to return to the main
  45. menu. All of this information is presented on the screen as you use the
  46. program. You can also check a directory for file names (type a ? at the
  47. file to view prompt.)  Input error messages will be displayed in the
  48. lower center of the screen. A beep indicates an error or end of file.
  49.  
  50. REMEMBER----THIS PROGRAM REWRITES THE ORIGINAL FILE IT IS STRIPPING.   
  51.             STRIP OR KEEP A BACKUP COPY OF YOUR ORIGINAL FILE IF YOU
  52.             WILL NEED TO REFORMAT IT AT A LATER DATE. FORMATTING 
  53.             CONTROL CHARACTERS WILL NOT BE STRIPPED FROM THE FILE BUT
  54.             CERTAIN FORMATTING FEATURES (LIKE OVERSTRIKING) WILL BE 
  55.             DESTROYED.
  56.  
  57.                              === END ===