Copyright Digital Equipment Corp. All rights reserved.

Examples

   (1) CMS> SHOW ELEMENT/BRIEF

       Elements in CMS Library DISKX:[PROJECT.CMSLIB]

       CCM.FOR             CCM1.FOR            COPYTEST.FOR

     This command limits the output to element names only.


   (2) CMS> SHOW ELEMENT/FORMAT="$ CMS FETCH #E"/OUTPUT=FETCH.COM

     This command produces a file named FETCH.COM that contains a
     fetch command for each element in the library. The contents of
     a file produced by this command might look like the following:

         $ CMS FETCH INIT.FOR
         $ CMS FETCH INITX.FOR
         $ CMS FETCH MSGDOC.FOR
         $ CMS FETCH OUTPUT.FOR
         $ CMS FETCH SEARCH.FOR