home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / HP95_100 / UTILITY / MF / MF.DOC next >
Encoding:
Text File  |  1994-05-04  |  1.2 KB  |  34 lines

  1. MF (for MEMO FILE) is a tiny utility that can pass the name of
  2. the file last edited with MEMO to a DOS program.
  3.  
  4. This can be handy for DOS spellcheckers, formatters,
  5. fax programs etc., that normally don't have access
  6. to this information.
  7.  
  8. How to use:
  9.  
  10. Simply prefix the command that you would use to call your DOS
  11. program with MF, and use \m for the name of the MEMO file.
  12.  
  13. Example: To call the program SPELLCHK.EXE and pass it the name
  14. of the last file accessed by MEMO as the first argument, the
  15. commandline would be:
  16.  
  17.    mf spellchk \m
  18.  
  19. mf will replace all '\m' with the memo file name, and then
  20. execute the resulting command. In this version of mf, the '\m'
  21. must stand on its own.
  22.  
  23. To use mf from the HP100LX application manager, install mf
  24. itself as an application instead of the DOS app you want to
  25. call, and provide the name and other parameters of the DOS app
  26. in the Path field. (You'll have to provide the full path to
  27. the DOS application if it does not reside in a directory
  28. located in your PATH statement)
  29.  
  30. If you need help with using MF, or have improvement
  31. suggestions, please post a message in the 'Palmtop Programmers'
  32. section (#15) in the Hewlett-Packard Handhelds forum on
  33. CompuServe (GO HPHAND)
  34.