text stringlengths 0 4.23k |
|---|
rem mycopy dir file1 file2 ... |
set todir=%1 |
:getfile |
shift |
if "%1"=="" goto end |
copy %1 %todir% |
goto getfile |
:end |
set todir= |
echo All done |
showmount |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
You can use showmount to display information about mounted file systems exported by Server for NFS on a specified computer. If you don't specify a server, this command displays information about the computer on which the showmount command is run. |
Syntax |
showmount {-e|-a|-d} <server> |
Parameters |
Parameter |
Description |
-e |
Displays all the file systems exported on the server. |
-a |
Displays all Network File System (NFS) clients and the directories on the server each has mounted. |
-d |
Displays all directories on the server that are currently mounted by NFS clients. |
shrink |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
The Diskpart shrink command reduces the size of the selected volume by the amount you specify. This command makes free disk space available from the unused space at the end of the volume. |
A volume must be selected for this operation to succeed. Use the select volume command to select a volume and shift the focus to it. |
Note |
This command works on basic volumes, and on simple or spanned dynamic volumes. It doesn't work on original equipment manufacturer (OEM) partitions, Extensible Firmware Interface (EFI) system partitions, or recovery partitions. |
Syntax |
shrink [desired=<n>] [minimum=<n>] [nowait] [noerr] |
shrink querymax [noerr] |
Parameters |
Parameter |
Description |
desired=<n> |
Specifies the desired amount of space in megabytes (MB) to reduce the size of the volume by. |
minimum=<n> |
Specifies the minimum amount of space in MB to reduce the size of the volume by. |
querymax |
Returns the maximum amount of space in MB by which the volume can be reduced. This value may change if applications are currently accessing the volume. |
nowait |
Forces the command to return immediately while the shrink process is still in progress. |
noerr |
For scripting only. When an error is encountered, DiskPart continues to process commands as if the error did not occur. Without this parameter, an error causes DiskPart to exit with an error code. |
<n> |
<n> |
Remarks |
You can reduce the size of a volume only if it is formatted using the NTFS file system or if it does not have a file system. |
If a desired amount isn't specified, the volume is reduced by the minimum amount (if specified). |
If a minimum amount isn't specified, the volume is reduced by the desired amount (if specified). |
If neither a minimum amount nor a desired amount is specified, the volume is reduced by as much as possible. |
If a minimum amount is specified, but not enough free space is available, the command fails. |
Examples |
To reduce the size of the selected volume by the largest possible amount between 250 and 500 megabytes, type: |
shrink desired=500 minimum=250 |
To display the maximum number of MB that the volume can be reduced by, type: |
shrink querymax |
shutdown |
Enables you to shut down or restart local or remote computers, one at a time. |
Syntax |
shutdown [/i | /l | /s | /sg | /r | /g | /a | /p | /h | /e | /o] [/hybrid] [/soft] [/fw] [/f] [/m \\computer][/t xxx][/d [p|u:]xx:yy [/c "comment"]] |
Parameters |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.