urm show

Show the version record, readme file, or contents of one or more archive files, or validate the contents.

urm {Switches} showArchiveFile {+ArchiveFile} {Options}

Switches

See urm

Parameters

  • ArchiveFile—name of an archive file, including path and extension

  • Options—additional parameters to control what is listed or validated.

Options for urm show

Option

Description

-readme

Show the contents of the readme file, if any.

-version

Show the version record of the archive file, which includes the Uniface version used to create it, the creation date, and the optional UAR version and description (as set by urm info).

-verify

Show and validate the contents of the archive file.

-all

List all objects in the specified archive; combines the options -files, and -objects.

-files

List files in the specified archive file. Files can be Uniface application files, non-Uniface files, or text files.

-components

List components in the specified archive file.

-global

List global objects in the specified archive file.

-references

List descriptors, signatures, and DTD references in the specified archive file.

-objects

List components, objects, and descriptors in the specified archive file combines the options -components, -global, and -references.

Using urm show

The following command lists the contents of the UM_MOBILE.UAR file, showing the size, compressed size, and timestamp of each file:

urm show um_mobile.uar -verify
                       APS/UM_MOBILE.APS -  Bin  size(     292 /     224) date(20080819:14515600)  
                       FRM/UM1_START.FRM -  Bin  size(    1534 /     990) date(20080819:14515600)  
                       FRM/UM2_ORDER.FRM -  Bin  size(    7365 /    3114) date(20080819:14515600)  
                     FRM/UM3_SELITEM.FRM -  Bin  size(    4677 /    2204) date(20080819:14515600)  
                        FRM/UM5_ITEM.FRM -  Bin  size(    4539 /    2130) date(20080819:14515600)  
    GLY/U_ACCEPT@USYS@USA@IW04010010.GLY -  Bin  size(     225 /     124) date(20080811:17514800)  
   GLY/U_ADD_OCC@USYS@USA@IW04018018.GLY -  Bin  size(     425 /     164) date(20080811:17514800)  
  GLY/U_NEXT_OCC@USYS@USA@IW04018018.GLY -  Bin  size(     425 /     159) date(20080811:17514800)  
  GLY/U_PREV_OCC@USYS@USA@IW04018018.GLY -  Bin  size(     425 /     156) date(20080811:17514800)  
   GLY/U_REM_OCC@USYS@USA@IW04018018.GLY -  Bin  size(     425 /     181) date(20080811:17514800)  
  GLY/U_RETRIEVE@USYS@USA@IW04010010.GLY -  Bin  size(     225 /     105) date(20080811:17514800)  
     GLY/U_STORE@USYS@USA@IW04010010.GLY -  Bin  size(     225 /      99) date(20080811:17514800)  
               MEN/CANCEL@UM_LIB@USA.MEN -  Bin  size(      75 /      69) date(20080819:14515600)  
            MEN/NEW_ORDER@UM_LIB@USA.MEN -  Bin  size(      92 /      78) date(20080819:14515600)  
                   MEN/OK@UM_LIB@USA.MEN -  Bin  size(      73 /      66) date(20080819:14515600)  
             MEN/SAVELINE@UM_LIB@USA.MEN -  Bin  size(     118 /     102) date(20080819:14515600)  
       MEN/U3_SELITEMMENU@UM_LIB@USA.MEN -  Bin  size(     413 /     186) date(20080819:14515600)  
         MEN/UM1_STARTBAR@UM_LIB@USA.MEN -  Bin  size(     135 /      73) date(20080819:14515600)  
        MEN/UM1_STARTMENU@UM_LIB@USA.MEN -  Bin  size(     266 /     153) date(20080819:14515600)  
        MEN/UM2_ITEMSMENU@UM_LIB@USA.MEN -  Bin  size(    1067 /     549) date(20080819:14515600)  
         MEN/UM2_ORDERBAR@UM_LIB@USA.MEN -  Bin  size(     203 /      98) date(20080819:14515600)  
       MEN/UM2_ORDERSMENU@UM_LIB@USA.MEN -  Bin  size(     824 /     420) date(20080819:14515600)  
       MEN/UM3_SELITEMBAR@UM_LIB@USA.MEN -  Bin  size(     142 /      76) date(20080819:14515600)  
         MEN/UM4_OLINEBAR@UM_LIB@USA.MEN -  Bin  size(     136 /      81) date(20080819:14515600)  
          MEN/UM5_ITEMBAR@UM_LIB@USA.MEN -  Bin  size(     131 /      72) date(20080819:14515600)  
         MEN/UM5_ITEMMENU@UM_LIB@USA.MEN -  Bin  size(     560 /     225) date(20080819:14515600)  
            MEN/UM_APSBAR@UM_LIB@USA.MEN -  Bin  size(     133 /      87) date(20080819:14515600)  
                PNL/UM5_PANEL@UM_LIB.PNL -  Bin  size(      44 /      25) date(20080819:14515600)  
               PRC/$$REGISTER@UM_LIB.PRC -  Bin  size(      35 /      37) date(20080819:14515600)  
                       SIG/UM1_START.SIG -  Bin  size(     394 /     198) date(20080819:14515600)  
                       SIG/UM2_ORDER.SIG -  Bin  size(     394 /     195) date(20080819:14515600)  
                     SIG/UM3_SELITEM.SIG -  Bin  size(     400 /     198) date(20080819:14515600)  
                        SIG/UM5_ITEM.SIG -  Bin  size(     391 /     195) date(20080819:14515600)  
                       UAR/UM_MOBILE.ver -  Text size(      85 /      86) date(20080819:14515600)  
Total entries     34 Total deflated     34 Total stored      0 Total CrcErrors      0 Total LenErrors      0

Related Topics