请输入您要查询的英文单词:

 

单词 attrib
释义

attrib


attrib.

1. attribute. 2. attributive. 3. attributively.

Attrib


Attrib

An external command in DOS and Windows that displays and changes the attribute settings in every file. The A, H, R and S bits are 1=yes and 0=no.
File Attributes A - Archived (backed up?) H - Hidden file R - Read only S - System file


To display the current attributes in all files in the current folder, type:
attrib *.* files only attrib *.* /s files & subfolders

READ ONLY STATUS
When a file is read-only, it cannot be changed or deleted. To set and reset VITAL.TXT, type:
attrib vital.txt +r set to read-only attrib vital.txt -r reset to read/write


ARCHIVE ATTRIBUTE
New files are set to archive status (archive bit is on). When files are copied by the Xcopy command, the archive bit is turned off (0) on the original file and not turned on again (1) until the file has been modified by some application. The following example removes and restores the archive status in XYZ.TXT.
attrib xyz.txt -a turn off attrib xyz.txt +a turn back on


To back up only modified files, the /m switch is used with the Xcopy command. After copying, the archive bit on the original file is turned off (set to zero). For example, to Xcopy only modified files to the BACKUP folder in drive D, type the following (for more examples, see Xcopy).
xcopy *.* d:\\backup /m




SYSTEM AND HIDDEN ATTRIBUTE
These attributes are assigned to operating system files and some files that applications generate. As a rule, users do not tamper with them.
attrib xyz +s make XYZ a system file attrib xyz -s clear system file status attrib xyz +h make XYZ a hidden file attrib xyz -h clear hidden status

ATTRIB


AcronymDefinition
ATTRIBAttribute (also ATR)
随便看

 

英语词典包含2567994条英英释义在线翻译词条,基本涵盖了全部常用单词的英英翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/31 9:39:26