home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / desklib / sources / DeskLib / !DLSources / Scripts / Commands / EachDLL < prev    next >
Encoding:
Text File  |  1995-07-31  |  334 b   |  9 lines

  1. | Syntax:
  2. | DeskLib_Commands:EachDLL <command>
  3. | Runs <command> on each DLL DeskLib sublibrary
  4. | Any occurance of %0 in <command> is replaced by pathname of the DLL sub-library
  5. | Any occurance of %1 in <command> is replaced by name of the DLL sub-library
  6.  
  7. Wimpslot 640k
  8. Every -kd <DeskLib_Sources$Dir>.Libraries IfExist %%0.IsDLL %*0
  9.