text
stringlengths 0
4.23k
|
|---|
volume
|
Adds a volume to the Shadow Copy Set, which is the set of volumes to be shadow copied. See add volume for syntax and parameters.
|
alias
|
Adds the given name and value to the alias environment. See add alias for syntax and parameters.
|
/?
|
Displays help at the command line.
|
Examples
|
To display the volumes added and the aliases that are currently in the environment, type:
|
add
|
The following output shows that drive C has been added to the Shadow Copy Set:
|
Volume c: alias System1 GUID \\?\Volume{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}\
|
1 volume in Shadow Copy Set.
|
No Diskshadow aliases in the environment.
|
append
|
Allows programs to open data files in specified directories as if they were in the current directory. If used without parameters, append displays the appended directory list.
|
Note
|
This command not supported in Windows 10.
|
Syntax
|
append [[<drive>:]<path>[;...]] [/x[:on|:off]] [/path:[:on|:off] [/e]
|
append ;
|
Parameters
|
Parameter
|
Description
|
[\<drive>:]<path>
|
Specifies a drive and directory to append.
|
/x:on
|
Applies appended directories to file searches and launching applications.
|
/x:off
|
Applies appended directories only to requests to open files. The /x:off option is the default setting.
|
/path:on
|
Applies appended directories to file requests that already specify a path. /path:on is the default setting.
|
/path:off
|
Turns off the effect of /path:on.
|
/e
|
Stores a copy of the appended directory list in an environment variable named APPEND. /e may be used only the first time you use append after starting your system.
|
;
|
Clears the appended directory list.
|
/?
|
Displays help at the command prompt.
|
[\<drive>:]<path>
|
Examples
|
To clear the appended directory list, type:
|
append ;
|
To store a copy of the appended directory to an environment variable named append, type:
|
append /e
|
arp
|
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
|
Displays and modifies entries in the Address Resolution Protocol (ARP) cache. The ARP cache contains one or more tables that are used to store IP addresses and their resolved Ethernet or Token Ring physical addresses. There is a separate table for each Ethernet or Token Ring network adapter installed on your computer. Used without parameters, arp displays help information.
|
Syntax
|
arp [/a [<inetaddr>] [/n <ifaceaddr>]] [/g [<inetaddr>] [-n <ifaceaddr>]] [/d <inetaddr> [<ifaceaddr>]] [/s <inetaddr> <etheraddr> [<ifaceaddr>]]
|
Parameters
|
Parameter
|
Description
|
[/a [<inetaddr>] [/n <ifaceaddr>]
|
Displays current arp cache tables for all interfaces. The /n parameter is case-sensitive. To display the arp cache entry for a specific IP address, use arp /a with the inetaddr parameter, where inetaddr is an IP address. If inetaddr is not specified, the first applicable interface is used. To display the arp cache table for a specific interface, use the /n ifaceaddr parameter in conjunction with the /a parameter where inetaddr is the IP address assigned to the interface.
|
[/g [<inetaddr>] [/n <ifaceaddr>]
|
Identical to /a.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.