home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / dos / filter.lzh / FILTER.DOC < prev   
Text File  |  1986-06-29  |  4KB  |  92 lines

  1. Down load F.HEX. Next, use HC.COM (available in XA9) to convert it into 
  2. F.COM.
  3.  
  4. F.COM is a short, M/L utility, which gives you a great amount of 
  5. flexibility in dealing with files created on other computers, or files 
  6. created by the WordStar word processor. F.COM also contains a single disk 
  7. copy utility which works on any type of file.
  8.  
  9. When you first enter the program, you will be given a choice of 3 filters, 
  10. the single disk copy utility, and return to DOS.
  11.  
  12. A filter can be thought of as working the same way as the oil filter in 
  13. your car. What it does is add to, delete from, or change, the contents of 
  14. your file.
  15.  
  16. The 3 filters are:
  17.  
  18.    1)   CR/LF filter. This filter changes a single CR into a CR/LF. It is 
  19. used to change files down loaded from other computers (TRS 80 Model 100 (
  20. the portable) and others) to the correct CR/LF combination.
  21.  
  22.    2)   General purpose ASCII filter. This filter removes the MSB (most 
  23. significant bit), converts CR into CR/LFs, and removes all control 
  24. characters except the TAB.
  25.  
  26. This filter has many uses. It can be used, depending on the file down 
  27. loaded and what you want to do with the file, to work with files created on
  28. other computers.
  29.  
  30. This filter will also convert files created by the WordStar word processor 
  31. into a standard ASCII file.
  32.  
  33.    3)   WordStar filter. This filter converts a CR into CR/LFs, converts 
  34. CRs in the middle of a paragraph into soft CRs, and sets the MSB flag bit 
  35. on the left margin spaces. In other words, it converts a standard ASCII 
  36. file into a WordStar file.
  37.  
  38. This filter can be used to convert either down loaded files or standard 
  39. ASCII files into WordStar files, which can then be worked on by the 
  40. WordStar word processor.
  41.  
  42. When you select a filter, you will be asked for the name of a file to be 
  43. filtered (input file). Next you will be asked for the file name of the 
  44. output file. After you enter this, the program will create the output file 
  45. and filter the input file into it. After it has done this, it returns you 
  46. to the Main command menu, for your next choice.
  47.  
  48. - - - WARNING - - - Do not use the same file name for output as is used for
  49. input. If you do, the file will be zeroed, and you will lose all the 
  50. information in the file.
  51.  
  52. Choice 4 is a single disk copy utility, which will work on any type of 
  53. file. This utility was included so that you can easily move the files from 
  54. one disk to another.
  55.  
  56. The capacity of the utility, with 1 pass is 57K. Any program smaller than 
  57. this will be moved in 1 pass. If the file is greater than 57K, 2 or more 
  58. passes will be necessory. The program will automatically prompt you for 
  59. each additional pass.
  60.  
  61. When you choose 4, you will be asked to insert the SOURCE disk. Do this, 
  62. and press any key. Next, you will be asked for the file name to be copied. 
  63. When you enter it, the program will load the file into memory, and prompt 
  64. you to insert the TARGET disk. Do this, and press any key. The program will
  65. create a file on the TARGET disk, and load the file into it. When this is 
  66. done, you will be returned to the Main command menu.
  67.  
  68. If the file has not been completely transferred, you will be prompted for 
  69. SOURCE & TARGET disks until the file has been transferred.
  70.  
  71. The 5th choice, simply returns you to DOS. This is the correct way to leave
  72. the program and will let you continue on with whatever task you are 
  73. involved with.
  74.  
  75. If any errors occur while using the program (entering the wrong file name, 
  76. etc.), the program will print an error message, and return you to the Main 
  77. command menu.
  78.  
  79. This program uses standard MS-DOS interrupts, meaning this program should 
  80. work on any MS-DOS 2.XX or higher. Which means, it probably will work on 
  81. the SANYO compatibles (IBM, etc.).
  82.  
  83. And finally, once you get the hang of using this program, you'll find that 
  84. it opens many horizons. You will be able to manipulate files from other 
  85. computers, and from WordStar, with ease!!!
  86.  
  87.                       Bob Jack
  88.                         BJ85
  89.  
  90.  
  91.  
  92.