mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 13:35:44 +00:00
[ATTRIB][CMD] Convert the 'attrib' command into a standalone executable
CORE-9444
This commit is contained in:
parent
81e27f0be7
commit
432854ee18
53 changed files with 961 additions and 625 deletions
|
@ -9,19 +9,6 @@ assoc (print all associations)\n\
|
|||
assoc .ext (print specific association)\n\
|
||||
assoc .ext= (remove specific association)\n\
|
||||
assoc .ext=FileType (add new association)\n"
|
||||
STRING_ATTRIB_HELP "Viser eller endrer filattributtene.\n\n\
|
||||
ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] fil ...\n\
|
||||
[/S [/D]]\n\n\
|
||||
+ Setter et attributt\n\
|
||||
- Fjerner et attributt\n\
|
||||
R Attributt: Skrivebeskyttet.\n\
|
||||
A Attributt: Arkiver.\n\
|
||||
S Attributt: System.\n\
|
||||
H Attributt: Skjult.\n\
|
||||
/S Behandler tilsvarende filer i gjeldende mappe\n\
|
||||
og alle undermapper.\n\
|
||||
/D Bearbeider også mapper.\n\n\
|
||||
Skriv ATTRIB uten parametere for å vise attributtene til alle filer.\n"
|
||||
STRING_ALIAS_HELP "Setter, fjerner eller viser alias.\n\n\
|
||||
ALIAS [alias=[Kommando]]\n\n\
|
||||
alias Navn for et alias.\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue