home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / arc_lbr / lu.arc / LUX12.DOC < prev   
Text File  |  1985-06-17  |  1KB  |  36 lines

  1.  
  2. LUX Command
  3. -----------
  4.  
  5. Purpose:   To execute a COM or EXE program directly from a LBR type
  6.        file which was created by the LU or LAR utility.
  7.  
  8. Format:    LUX    [d:][path]library[.LBR]  program[.COM]    [program parameters]
  9.  
  10. Remarks:   The first command parameter defines the library file which
  11.        contains the program to be executed. If the extension is
  12.        omitted, LBR is assumed.
  13.  
  14.        The second command parameter supplies the file name of the
  15.        program to be executed. If the extension is omitted, COM is
  16.        assumed. Only extensions of COM and EXE are valid.
  17.  
  18.        The third, and subsequent, command parameters are passed to
  19.        the program.
  20.  
  21. Examples:
  22.        Execute the LUE.COM program in LUBUERG.LBR to extract
  23.        all DOC files from the file TEST.LBR.
  24.  
  25.         LUE TEST *.DOC
  26.             - or -
  27.         LUX LUBUERG LUE TEST *.DOC
  28.  
  29.  
  30. Notes:       Copyright (c) Vernon Buerg 1985. For public domain use.
  31.  
  32.          For DOS 2.0 or later. Not for sale or hire.
  33.          Version 1.2, November 12, 1984.
  34.  
  35. ----------
  36.