home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities / _fileproc / !FileProc / !Help next >
Text File  |  1994-08-23  |  4KB  |  66 lines

  1. ********************************************************************************
  2.  
  3.                                     FileProc
  4.                                      v 1.10
  5.  
  6.                               © Simon Hatliff 1994
  7.  
  8. ********************************************************************************
  9.  
  10. FileProc is a simple file processor which can perform a few operations on files, namely:
  11. • Format to any width
  12. • Intelligent un-format
  13. • Replace any character with any other
  14. • Encrypt/Decrypt with any password upto 32 characters
  15.  
  16. Usage
  17. ¯¯¯¯¯
  18. Load in the usual way & click on the iconbar icon.  Choose the process which you want to apply to the file by selecting the appropriate radio icon, and filling in any writable icons which are relevant to that process.
  19.  
  20. Then, drag the file to be processed to the iconbar icon or to the window, and it will be loaded then processed in memory (you won’t notice the processing as it is very fast as that part of the program is written in ARM code). To save the processed file, press OK to write over the original, or use the save box as normal.
  21.  
  22. The following processes are available...
  23.  
  24. Format to <x> chars
  25. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  26. The input file should be a text file with LF terminated lines, with the text in continuous paragraphs (eg. exported from Impression or written in StrongED 2 with wordwrap mode on).  The output file contains the same text but it is formatted to the width specified in the writable icon.
  27.  
  28. Wordwrap (paragraph)
  29. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  30. This does the reverse of format, with a few special bits added in. Basically it joins all lines unless before a double LF, or a line beginning with TAB, space, ~, -, =, ¯ or #.  This works quite well (well it does with my textfiles!!) and requires no or very little editing afterwards (usually routines which do this just do the double LF stuff but this leaves all underlined heading etc. in a mess, the wordwrap routine in !Edit does this).
  31.  
  32. Replace <x> with <y>
  33. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  34. Replaces all occurences of the byte indicated by the 1st writable icon with that indicated by the second.  The writable icon’s contents are EVALuated, so 28 would mean CHR$28, &0d would mean CHR$13 etc.  Note there is enough room in the writable icons for you to enter ASC"!" etc.  This can make life easier!
  35.  
  36. Encrypt with
  37. ¯¯¯¯¯¯¯¯¯¯¯¯
  38. This encrypts the file using the password specified. The password appears as *s and there’s no second box so don’t get it wrong!!  To decrypt drag the encrypted file, and use the same password.  The output will be decrypted.  The longer the password the more encrypted is the data.  (Max length of password is 32 chars).
  39.  
  40. Disclaimer
  41. ¯¯¯¯¯¯¯¯¯¯
  42. I take no responsibility for any data corruption or effects of any kind due to the use or misuse of this program.
  43.  
  44. What’s new in this version?
  45. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  46. • Quite a few bug fixes - the program should now be reliable most of the time.
  47. • SJPD module scrapped - arm code now held in ‘Code’ file
  48. • Code for turning ¤x into [17][0x] removed (what? :~/)
  49. • Tested & working on RiscPC :-)
  50.  
  51. Boring © Notice
  52. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  53. This application and all files within are © Copyright Simon Hatliff 1994 (apart from the ‘WimpExt’ module if it is there).  It has been released into the Public Domain and may be distributed freely so long as no charge is made for the program itself, no files (apart from a !Boot) are added to it, and none of the files within are altered or copied and used separately for any reason.  THIS HELP FILE ESPECIALLY MUST NOT BE REMOVED OR ALTERED.
  54.  
  55. If you have any bugs, comments, donations etc...
  56.  
  57.         Simon Hatliff,
  58.         4, Elmlands Grove,
  59.         Stockton Lane,
  60.         York, YO3 OEE.
  61.  
  62. Also on TWoC user #812
  63.  
  64. © Copyright Simon Hatliff 1993,1994
  65.  
  66. This help text, like the program, was written in StrongED 3.