From ad9b9303545aec4a9edac1a26290d7e1f2fac31b Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 12 Jun 2022 09:32:40 +0200 Subject: [PATCH] [DISKPART] Add help text for the SELECT VOLUME command --- base/system/diskpart/diskpart_msg.mc | 212 +++++++++++++++++++++++++-- 1 file changed, 202 insertions(+), 10 deletions(-) diff --git a/base/system/diskpart/diskpart_msg.mc b/base/system/diskpart/diskpart_msg.mc index 472ff199dcd..df8fdc0d525 100644 --- a/base/system/diskpart/diskpart_msg.mc +++ b/base/system/diskpart/diskpart_msg.mc @@ -3417,34 +3417,226 @@ SymbolicName=MSG_COMMAND_SELECT_VOLUME Severity=Informational Facility=System Language=English - + Selects the specified volume and shifts the focus to it. + +Syntax: SELECT VOLUME={ | } + + VOLUME= The number of the volume to receive the focus. + + VOLUME= The drive letter or mounted folder path of the volume + to receive the focus. + + If no volume is specified, the select command lists the current volume with + focus. You can specify the volume by number, drive letter, or mounted folder + path. On a basic disk, selecting a volume also gives the corresponding + partition focus. You can view the numbers of all volumes on the computer by + using the list volume command. + +Example: + + SELECT VOLUME=1 + SELECT VOLUME=C + SELECT VOLUME=C:\\MountH . Language=German - + Wählt das angegebene Volume aus und setzt den Fokus auf dieses Volume. + +Syntax: SELECT VOLUME={ | } + + VOLUME= Die Nummer des Volumes, das den Fokus erhalten soll. + + VOLUME= Der Laufwerkbuchstabe oder Pfad des eingebundenen Ordners des + Volumes, das den Fokus erhalten soll. + + Wenn kein Volume angegeben ist, listet der Befehl SELECT das aktuelle + Volume auf, das den Fokus besitzt. Sie können das Volume mit einer Nummer, + einem Laufwerkbuchstaben oder dem Pfad des eingebundenen + Ordners angeben. + Auf einem Basisdatenträger erhält bei Auswahl eines Volumes auch die + entsprechende Partition den Fokus. Mit dem Befehl LIST VOLUME können Sie + die Nummern aller auf dem Computer vorhandenen Volumes anzeigen. + +Beispiel: + + SELECT VOLUME=1 + SELECT VOLUME=C + SELECT VOLUME=C:\\MountH . Language=Polish - + Selects the specified volume and shifts the focus to it. + +Syntax: SELECT VOLUME={ | } + + VOLUME= The number of the volume to receive the focus. + + VOLUME= The drive letter or mounted folder path of the volume + to receive the focus. + + If no volume is specified, the select command lists the current volume with + focus. You can specify the volume by number, drive letter, or mounted folder + path. On a basic disk, selecting a volume also gives the corresponding + partition focus. You can view the numbers of all volumes on the computer by + using the list volume command. + +Example: + + SELECT VOLUME=1 + SELECT VOLUME=C + SELECT VOLUME=C:\\MountH . Language=Portugese - + Selects the specified volume and shifts the focus to it. + +Syntax: SELECT VOLUME={ | } + + VOLUME= The number of the volume to receive the focus. + + VOLUME= The drive letter or mounted folder path of the volume + to receive the focus. + + If no volume is specified, the select command lists the current volume with + focus. You can specify the volume by number, drive letter, or mounted folder + path. On a basic disk, selecting a volume also gives the corresponding + partition focus. You can view the numbers of all volumes on the computer by + using the list volume command. + +Example: + + SELECT VOLUME=1 + SELECT VOLUME=C + SELECT VOLUME=C:\\MountH . Language=Romanian - + Selects the specified volume and shifts the focus to it. + +Syntax: SELECT VOLUME={ | } + + VOLUME= The number of the volume to receive the focus. + + VOLUME= The drive letter or mounted folder path of the volume + to receive the focus. + + If no volume is specified, the select command lists the current volume with + focus. You can specify the volume by number, drive letter, or mounted folder + path. On a basic disk, selecting a volume also gives the corresponding + partition focus. You can view the numbers of all volumes on the computer by + using the list volume command. + +Example: + + SELECT VOLUME=1 + SELECT VOLUME=C + SELECT VOLUME=C:\\MountH . Language=Russian - + Selects the specified volume and shifts the focus to it. + +Syntax: SELECT VOLUME={ | } + + VOLUME= The number of the volume to receive the focus. + + VOLUME= The drive letter or mounted folder path of the volume + to receive the focus. + + If no volume is specified, the select command lists the current volume with + focus. You can specify the volume by number, drive letter, or mounted folder + path. On a basic disk, selecting a volume also gives the corresponding + partition focus. You can view the numbers of all volumes on the computer by + using the list volume command. + +Example: + + SELECT VOLUME=1 + SELECT VOLUME=C + SELECT VOLUME=C:\\MountH . Language=Albanian - + Selects the specified volume and shifts the focus to it. + +Syntax: SELECT VOLUME={ | } + + VOLUME= The number of the volume to receive the focus. + + VOLUME= The drive letter or mounted folder path of the volume + to receive the focus. + + If no volume is specified, the select command lists the current volume with + focus. You can specify the volume by number, drive letter, or mounted folder + path. On a basic disk, selecting a volume also gives the corresponding + partition focus. You can view the numbers of all volumes on the computer by + using the list volume command. + +Example: + + SELECT VOLUME=1 + SELECT VOLUME=C + SELECT VOLUME=C:\\MountH . Language=Turkish - + Selects the specified volume and shifts the focus to it. + +Syntax: SELECT VOLUME={ | } + + VOLUME= The number of the volume to receive the focus. + + VOLUME= The drive letter or mounted folder path of the volume + to receive the focus. + + If no volume is specified, the select command lists the current volume with + focus. You can specify the volume by number, drive letter, or mounted folder + path. On a basic disk, selecting a volume also gives the corresponding + partition focus. You can view the numbers of all volumes on the computer by + using the list volume command. + +Example: + + SELECT VOLUME=1 + SELECT VOLUME=C + SELECT VOLUME=C:\\MountH . Language=Chinese - + Selects the specified volume and shifts the focus to it. + +Syntax: SELECT VOLUME={ | } + + VOLUME= The number of the volume to receive the focus. + + VOLUME= The drive letter or mounted folder path of the volume + to receive the focus. + + If no volume is specified, the select command lists the current volume with + focus. You can specify the volume by number, drive letter, or mounted folder + path. On a basic disk, selecting a volume also gives the corresponding + partition focus. You can view the numbers of all volumes on the computer by + using the list volume command. + +Example: + + SELECT VOLUME=1 + SELECT VOLUME=C + SELECT VOLUME=C:\\MountH . Language=Taiwanese - + Selects the specified volume and shifts the focus to it. + +Syntax: SELECT VOLUME={ | } + + VOLUME= The number of the volume to receive the focus. + + VOLUME= The drive letter or mounted folder path of the volume + to receive the focus. + + If no volume is specified, the select command lists the current volume with + focus. You can specify the volume by number, drive letter, or mounted folder + path. On a basic disk, selecting a volume also gives the corresponding + partition focus. You can view the numbers of all volumes on the computer by + using the list volume command. + +Example: + + SELECT VOLUME=1 + SELECT VOLUME=C + SELECT VOLUME=C:\\MountH .