home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0954.lha / MFT / mft.doc < prev    next >
Text File  |  1993-10-04  |  2KB  |  53 lines

  1. MFT - Multi-Functions-Tool by Thorsten Stocksmeier in September 1993 - FREE
  2.  
  3. This program is FREEWARE. You don't need to pay any money for using it (of
  4. course you MAY send me some money!) and can copy it freely. (No charges!)
  5.  
  6. Now to explain MFT...
  7.  
  8. MFT is a tool that does the same functions as
  9.  
  10. RENAME, DELETE, MAKEDIR, FAULT, WAIT etc.
  11.  
  12. I wrote it because I needed a little program for my Assembler-Disk. It had
  13. to be very small so I'd be able to use every free byte and it must be very
  14. useful. So MFT growed and growed. Now we're at V1.3 and I think it's best
  15. now to stop talking about sense and nonsens.
  16.  
  17. To use it, now go to CLI and enter MFT. You see a little instruction which
  18. explains how MFT works. I don't want to build this info into the .doc-file,
  19. so you have to execute MFT!!! 
  20.  
  21. Got it?
  22.  
  23. No? OK! I'll show one example for every function!
  24.  
  25. 1) RENAME : MFT 1 OldFile NewFile
  26.    ; Call OldFile NewFile.
  27. 2) DELETE : MFT 2 Dirty_File
  28.    ; Delete File Dirty_File.
  29. 3) MAKEDIR: MFT 3 DH0:DEVS
  30.    ; Construct a dir called DH0:DEVS.
  31. 4) FAULT  : MFT 4 "" "" 205
  32.    ; Give out error code 205 as text.
  33. 5) COMMENT: MFT 5 DF1:DONKNOW "This program is good!"
  34.    ; Put this comment to file DF1:DONKNOW.
  35. 6) DELAY  : MFT 6 "" "" 5
  36.    ; Wait 5 seconds before going on.
  37.  
  38. NOTE: I'm sorry MFT doesn't support pattern-matching at the moment. I'm
  39.       still thinking about it, but I don't know I'll include that. It
  40.       would take too much space, I think!
  41.  
  42. That should be it.
  43.  
  44. Please send suggestions, comments or some cash to
  45.  
  46.  
  47.         THORSTEN STOCKSMEIER
  48.         LEMGOER STRA▀E 19
  49.         32657 Lemgo
  50.         GERMANY                               
  51.                                           Bye!
  52.  
  53.