home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / mfwdem20.zip / README.TXT < prev    next >
Text File  |  1992-11-25  |  3KB  |  64 lines

  1.  
  2. MFW.EXE Version 2.0
  3.  
  4. 1.1 General Description
  5.  
  6. MFW can be started from the DOS command line or as a "run" command from
  7. within Windows.  From the DOS prompt, enter WIN MFW.  From the Windows FILE
  8. RUN dialog, enter MFW.  Using either of the two command line methods, 
  9. additional command parameters can be passed to the program for customizing
  10. its startup.
  11.  
  12. Valid command line parameters will take precedence over the customization
  13. parameters saved in the MFW.INI file.  Invalid command line parameters will 
  14. be ignored as if missing altogether.  The MFW.INI file provides default
  15. startup values for each missing command parameter except the optional file
  16. name.  The MFW.INI file is updated at user discretion from menu options 
  17. selected while running MFW.
  18.  
  19. 1.2 Syntax
  20.  
  21. Command line parameters are delimited by at least one blank space separating
  22. each parameter from adjacent parameters, or the program command MFW (e.g.
  23. MFW p1 p2 p3)
  24.  
  25. Each command parameter may optionally be preceded by additional spaces, 
  26. forward slash characters "/", or by dash characters "-".  Command parameters
  27. may be entered in any order.
  28.  
  29. Except for a file name parameter, each command parameter begins with a unique
  30. lower-case alphabetic character.  The optional file name command parameter
  31. will, if valid, result in MFW opening, displaying the file's video, then
  32. terminating with automatic program exit.  Otherwise, MFW will open and
  33. wait for mouse/keyboard input.
  34.  
  35. The unique command parameters are defined as follows:
  36.  
  37. xn  Where 'n' is an integer X-coordinate for the upper left corner of the MPEG 
  38.     video window.  This parameter is used only when a file name parameter is
  39.     also used, and is otherwise ignored.
  40.     
  41. yn  Where 'n' is an integer Y-coordinate for the upper left corner of the MPEG 
  42.     video window.  This parameter is used only when a file name parameter is
  43.     also used, and is otherwise ignored.
  44.     
  45. sn  Where 'n' is an integer Size value (320 or 160) designating the pixel width
  46.     for display of the MPEG video
  47.     
  48. fn, fm, fw
  49.     Designating respectively Frame Narrow, Frame Medium, and Frame Wide.  This
  50.     command will define the width of the solid color frame which immediately
  51.     surrounds the MPEG video to provide visual isolation from the underlying
  52.     window.
  53.  
  54. cw, cb, cg, cd, cl
  55.     Designating frame color as follows:
  56.         cw - white
  57.         cb - black
  58.         cg - gray
  59.         cd - dark gray
  60.         cl - light gray
  61.  
  62. Example command:    WIN MFW jets.mpg x100 y100 s160 fw cd
  63.  
  64.