home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / winnt / compact / msg.mc < prev    next >
Text File  |  1997-04-08  |  4KB  |  187 lines

  1. ;/*++ BUILD Version: 0001    // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1994-1995  Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ;    msg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ;    This file contains the message definitions for the Win32 Compact
  12. ;    utility.
  13. ;
  14. ;Author:
  15. ;
  16. ;    Gary Kimura        [garyki]        13-Jan-1994
  17. ;
  18. ;Revision History:
  19. ;
  20. ;--*/
  21. ;
  22.  
  23. MessageId=0001 SymbolicName=COMPACT_OK
  24. Language=English
  25. [OK]
  26. .
  27.  
  28. MessageId=0002 SymbolicName=COMPACT_ERR
  29. Language=English
  30. [ERR]
  31. .
  32.  
  33. MessageId=0006 SymbolicName=COMPACT_LIST_CDIR
  34. Language=English
  35.  
  36.  Listing %1
  37.  New files added to this directory will be compressed.
  38.  
  39. .
  40.  
  41. MessageId=0007 SymbolicName=COMPACT_LIST_UDIR
  42. Language=English
  43.  
  44.  Listing %1
  45.  New files added to this directory will not be compressed.
  46.  
  47. .
  48.  
  49. MessageId=0008 SymbolicName=COMPACT_LIST_SUMMARY
  50. Language=English
  51.  
  52. Of %1 files within %2 directories
  53. %3 are compressed and %4 are not compressed.
  54. %5 total bytes of data are stored in %6 bytes.
  55. The compression ratio is %7 to 1.
  56.  
  57. .
  58.  
  59. MessageId=0009 SymbolicName=COMPACT_COMPRESS_DIR
  60. Language=English
  61.  
  62.  Setting the directory %1 to compress new files %0
  63.  
  64. .
  65.  
  66. MessageId=0010 SymbolicName=COMPACT_COMPRESS_CDIR
  67. Language=English
  68.  
  69.  Compressing files in %1
  70.  
  71. .
  72.  
  73. MessageId=0011 SymbolicName=COMPACT_COMPRESS_UDIR
  74. Language=English
  75.  
  76.  Compressing files in %1
  77.  
  78. .
  79.  
  80. MessageId=0012 SymbolicName=COMPACT_COMPRESS_SUMMARY
  81. Language=English
  82.  
  83. %1 files within %2 directories were compressed.
  84. %3 total bytes of data are stored in %4 bytes.
  85. The compression ratio is %5 to 1.
  86. .
  87.  
  88.  
  89. MessageId=0013 SymbolicName=COMPACT_UNCOMPRESS_DIR
  90. Language=English
  91.  
  92.  Setting the directory %1 not to compress new files %0
  93.  
  94. .
  95.  
  96. MessageId=0014 SymbolicName=COMPACT_UNCOMPRESS_CDIR
  97. Language=English
  98.  
  99.  Uncompressing files in %1
  100.  
  101. .
  102.  
  103. MessageId=0015 SymbolicName=COMPACT_UNCOMPRESS_UDIR
  104. Language=English
  105.  
  106.  Uncompressing files in %1
  107.  
  108. .
  109.  
  110. MessageId=0016 SymbolicName=COMPACT_UNCOMPRESS_SUMMARY
  111. Language=English
  112.  
  113. %1 files within %2 directories were uncompressed.
  114.  
  115. .
  116.  
  117. MessageId=0019 SymbolicName=COMPACT_NO_MEMORY
  118. Language=English
  119. Out of memory.
  120. .
  121.  
  122. MessageId=0020 SymbolicName=COMPACT_SKIPPING
  123. Language=English
  124. [Skipping %1]
  125. .
  126.  
  127. MessageId=0021 SymbolicName=COMPACT_THROW
  128. Language=English
  129. %1%0
  130. .
  131.  
  132. MessageId=0022 SymbolicName=COMPACT_THROW_NL
  133. Language=English
  134. %1
  135. .
  136.  
  137. MessageId=0023 SymbolicName=COMPACT_WRONG_FILE_SYSTEM
  138. Language=English
  139. %1: The file system does not support compression.
  140. .
  141.  
  142. MessageId=0024 SymbolicName=COMPACT_TO_ONE
  143. Language=English
  144. to 1 %0
  145. .
  146.  
  147. MessageId=0025 SymbolicName=COMPACT_INVALID_PATH
  148. Language=English
  149. Invalid drive specification: %1
  150. .
  151.  
  152. MessageId=0026 SymbolicName=COMPACT_WRONG_FILE_SYSTEM_OR_CLUSTER_SIZE
  153. Language=English
  154. %1: The file system does not support compression or
  155. the cluster size of the volume is larger than 4096 bytes.
  156. .
  157.  
  158. MessageId=0050 SymbolicName=COMPACT_USAGE
  159. Language=English
  160. Displays or alters the compression of files on NTFS partitions.
  161.  
  162. COMPACT [/C | /U] [/S[:dir]] [/A] [/I] [/F] [/Q] [filename [...]]
  163.  
  164.   /C        Compresses the specified files.  Directories will be marked
  165.             so that files added afterward will be compressed.
  166.   /U        Uncompresses the specified files.  Directories will be marked
  167.             so that files added afterward will not be compressed.
  168.   /S        Performs the specified operation on files in the given
  169.             directory and all subdirectories.  Default "dir" is the
  170.             current directory.
  171.   /A        Displays files with the hidden or system attributes.  These
  172.             files are omitted by default.
  173.   /I        Continues performing the specified operation even after errors
  174.             have occurred.  By default, COMPACT stops when an error is
  175.             encountered.
  176.   /F        Forces the compress operation on all specified files, even
  177.             those which are already compressed.  Already-compressed files
  178.             are skipped by default.
  179.   /Q        Reports only the most essential information.
  180.   filename  Specifies a pattern, file, or directory.
  181.  
  182.   Used without parameters, COMPACT displays the compression state of
  183.   the current directory and any files it contains. You may use multiple
  184.   filenames and wildcards.  You must put spaces between multiple
  185.   parameters.
  186. .
  187.