https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e5904abf94d78420ff0d7…
commit e5904abf94d78420ff0d71e5207df3553f4b806d
Author: Eric Kohl <eric.kohl(a)reactos.org>
AuthorDate: Sun Mar 10 09:55:15 2019 +0100
Commit: Eric Kohl <eric.kohl(a)reactos.org>
CommitDate: Sun Mar 10 09:55:15 2019 +0100
[NET] Move the remaining IDS_GENERIC_PAGE strings into the command messages and fix a
size restriction of ConPrintf().
---
base/applications/network/net/cmdAccounts.c | 1 -
base/applications/network/net/cmdConfig.c | 1 -
base/applications/network/net/cmdContinue.c | 1 -
base/applications/network/net/cmdGroup.c | 1 -
base/applications/network/net/cmdHelp.c | 2 -
base/applications/network/net/cmdLocalGroup.c | 1 -
base/applications/network/net/lang/en-US.rc | 1 -
base/applications/network/net/lang/es-ES.rc | 1 -
base/applications/network/net/lang/pl-PL.rc | 1 -
base/applications/network/net/lang/ro-RO.rc | 1 -
base/applications/network/net/lang/ru-RU.rc | 1 -
base/applications/network/net/lang/tr-TR.rc | 1 -
base/applications/network/net/lang/zh-CN.rc | 1 -
base/applications/network/net/lang/zh-TW.rc | 1 -
base/applications/network/net/main.c | 3 +-
base/applications/network/net/resource.h | 1 -
sdk/include/reactos/mc/net_msg.mc | 133 +++++++++++++++++++++++---
17 files changed, 124 insertions(+), 28 deletions(-)
diff --git a/base/applications/network/net/cmdAccounts.c
b/base/applications/network/net/cmdAccounts.c
index 2ffc6eb2c5..d04bc48f4f 100644
--- a/base/applications/network/net/cmdAccounts.c
+++ b/base/applications/network/net/cmdAccounts.c
@@ -47,7 +47,6 @@ cmdAccounts(
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
PrintNetMessage(MSG_ACCOUNTS_SYNTAX);
PrintNetMessage(MSG_ACCOUNTS_HELP);
- ConResPuts(StdOut, IDS_GENERIC_PAGE);
return 0;
}
diff --git a/base/applications/network/net/cmdConfig.c
b/base/applications/network/net/cmdConfig.c
index ecc434ad5c..3f8569030c 100644
--- a/base/applications/network/net/cmdConfig.c
+++ b/base/applications/network/net/cmdConfig.c
@@ -201,7 +201,6 @@ cmdConfig(
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
PrintNetMessage(MSG_CONFIG_SERVER_SYNTAX);
PrintNetMessage(MSG_CONFIG_SERVER_HELP);
- ConResPuts(StdOut, IDS_GENERIC_PAGE);
}
else
{
diff --git a/base/applications/network/net/cmdContinue.c
b/base/applications/network/net/cmdContinue.c
index 7d656ca1e5..8b4716a411 100644
--- a/base/applications/network/net/cmdContinue.c
+++ b/base/applications/network/net/cmdContinue.c
@@ -31,7 +31,6 @@ INT cmdContinue(INT argc, WCHAR **argv)
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
PrintNetMessage(MSG_CONTINUE_SYNTAX);
PrintNetMessage(MSG_CONTINUE_HELP);
- ConResPuts(StdOut, IDS_GENERIC_PAGE);
return 1;
}
}
diff --git a/base/applications/network/net/cmdGroup.c
b/base/applications/network/net/cmdGroup.c
index f825ed0408..919e9ddeae 100644
--- a/base/applications/network/net/cmdGroup.c
+++ b/base/applications/network/net/cmdGroup.c
@@ -225,7 +225,6 @@ cmdGroup(
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
PrintNetMessage(MSG_GROUP_SYNTAX);
PrintNetMessage(MSG_GROUP_HELP);
- ConResPuts(StdOut, IDS_GENERIC_PAGE);
return 0;
}
else if (_wcsicmp(argv[i], L"/add") == 0)
diff --git a/base/applications/network/net/cmdHelp.c
b/base/applications/network/net/cmdHelp.c
index a160075bed..449a2a00ef 100644
--- a/base/applications/network/net/cmdHelp.c
+++ b/base/applications/network/net/cmdHelp.c
@@ -68,7 +68,6 @@ INT cmdHelp(INT argc, WCHAR **argv)
{
PrintNetMessage(MSG_GROUP_SYNTAX);
PrintNetMessage(MSG_GROUP_HELP);
- ConResPuts(StdOut, IDS_GENERIC_PAGE);
return 0;
}
@@ -83,7 +82,6 @@ INT cmdHelp(INT argc, WCHAR **argv)
{
PrintNetMessage(MSG_LOCALGROUP_SYNTAX);
PrintNetMessage(MSG_LOCALGROUP_HELP);
- ConResPuts(StdOut, IDS_GENERIC_PAGE);
return 0;
}
diff --git a/base/applications/network/net/cmdLocalGroup.c
b/base/applications/network/net/cmdLocalGroup.c
index 8be27ef8ca..673c9a683d 100644
--- a/base/applications/network/net/cmdLocalGroup.c
+++ b/base/applications/network/net/cmdLocalGroup.c
@@ -245,7 +245,6 @@ cmdLocalGroup(
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
PrintNetMessage(MSG_LOCALGROUP_SYNTAX);
PrintNetMessage(MSG_LOCALGROUP_HELP);
- ConResPuts(StdOut, IDS_GENERIC_PAGE);
return 0;
}
else if (_wcsicmp(argv[i], L"/add") == 0)
diff --git a/base/applications/network/net/lang/en-US.rc
b/base/applications/network/net/lang/en-US.rc
index 506027b1b7..18b5ca746b 100644
--- a/base/applications/network/net/lang/en-US.rc
+++ b/base/applications/network/net/lang/en-US.rc
@@ -120,7 +120,6 @@ BEGIN
IDS_GENERIC_LOCKED "Locked"
IDS_GENERIC_UNLIMITED "Unlimited"
IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
- IDS_GENERIC_PAGE "NET HELP command | MORE displays one screen at a
time.\n\n"
IDS_ERROR_OPTION_NOT_SUPPORTED "The %s option is not supported yet.\n"
IDS_ERROR_INVALID_OPTION_VALUE "You entered an invalid value for the %s
option.\n"
diff --git a/base/applications/network/net/lang/es-ES.rc
b/base/applications/network/net/lang/es-ES.rc
index e39ea9767e..9e802f3d38 100644
--- a/base/applications/network/net/lang/es-ES.rc
+++ b/base/applications/network/net/lang/es-ES.rc
@@ -123,7 +123,6 @@ BEGIN
IDS_GENERIC_LOCKED "Bloqueado"
IDS_GENERIC_UNLIMITED "Unlimited"
IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
- IDS_GENERIC_PAGE "NET HELP command | MORE displays one screen at a
time.\n\n"
IDS_ERROR_OPTION_NOT_SUPPORTED "La opción %s todavía no está
disponible.\n"
IDS_ERROR_INVALID_OPTION_VALUE "El valor para la opción %s no es
válido.\n"
diff --git a/base/applications/network/net/lang/pl-PL.rc
b/base/applications/network/net/lang/pl-PL.rc
index 4ea9dd4828..7fe511779c 100644
--- a/base/applications/network/net/lang/pl-PL.rc
+++ b/base/applications/network/net/lang/pl-PL.rc
@@ -119,7 +119,6 @@ BEGIN
IDS_GENERIC_LOCKED "Zablokowane"
IDS_GENERIC_UNLIMITED "Bez ograniczeń"
IDS_GENERIC_SYNTAX "Składnia tego polecenia jest następująca:\n\n"
- IDS_GENERIC_PAGE "NET HELP polecenie | MORE wyświetla informacje na jednym
ekranie na raz.\n\n"
IDS_ERROR_OPTION_NOT_SUPPORTED "Opcja %s nie jest jeszcze obsługiwana.\n"
IDS_ERROR_INVALID_OPTION_VALUE "Wprowadzono nieprawidłową wartość dla opcji
%s.\n"
diff --git a/base/applications/network/net/lang/ro-RO.rc
b/base/applications/network/net/lang/ro-RO.rc
index b94139c74a..61328729ce 100644
--- a/base/applications/network/net/lang/ro-RO.rc
+++ b/base/applications/network/net/lang/ro-RO.rc
@@ -126,7 +126,6 @@ BEGIN
IDS_GENERIC_LOCKED "Blocat"
IDS_GENERIC_UNLIMITED "Nelimitat"
IDS_GENERIC_SYNTAX "Sintaxa acestei comenzi:\n\n"
- IDS_GENERIC_PAGE "NET HELP comandă | MORE (pentru afișare paginată).\n\n"
IDS_ERROR_OPTION_NOT_SUPPORTED "Opțiunea %s încă nu este admisă.\n"
IDS_ERROR_INVALID_OPTION_VALUE "Ați introdus o valoare nevalidă pentru opțiunea
%s.\n"
diff --git a/base/applications/network/net/lang/ru-RU.rc
b/base/applications/network/net/lang/ru-RU.rc
index 90a255ae7e..70b4dd777b 100644
--- a/base/applications/network/net/lang/ru-RU.rc
+++ b/base/applications/network/net/lang/ru-RU.rc
@@ -122,7 +122,6 @@ BEGIN
IDS_GENERIC_LOCKED "Заблокировано"
IDS_GENERIC_UNLIMITED "Не ограничено"
IDS_GENERIC_SYNTAX "Синтаксис данной команды:\n\n"
- IDS_GENERIC_PAGE "NET HELP имя_команды | MORE - постраничный просмотр
справки.\n\n"
IDS_ERROR_OPTION_NOT_SUPPORTED "Опция %s в данный момент не
поддерживается.\n"
IDS_ERROR_INVALID_OPTION_VALUE "Вы ввели неверный данные для данной опции
%s.\n"
diff --git a/base/applications/network/net/lang/tr-TR.rc
b/base/applications/network/net/lang/tr-TR.rc
index aef7a7227e..5c001e5429 100644
--- a/base/applications/network/net/lang/tr-TR.rc
+++ b/base/applications/network/net/lang/tr-TR.rc
@@ -122,7 +122,6 @@ BEGIN
IDS_GENERIC_LOCKED "Kilitli"
IDS_GENERIC_UNLIMITED "Unlimited"
IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
- IDS_GENERIC_PAGE "NET HELP command | MORE displays one screen at a
time.\n\n"
IDS_ERROR_OPTION_NOT_SUPPORTED "%s seçeneği daha desteklenmiyor.\n"
IDS_ERROR_INVALID_OPTION_VALUE "%s seçeneği için geçersiz bir değer
girdiniz.\n"
diff --git a/base/applications/network/net/lang/zh-CN.rc
b/base/applications/network/net/lang/zh-CN.rc
index 96c8aae7e1..35ae37150a 100644
--- a/base/applications/network/net/lang/zh-CN.rc
+++ b/base/applications/network/net/lang/zh-CN.rc
@@ -122,7 +122,6 @@ BEGIN
IDS_GENERIC_LOCKED "锁定"
IDS_GENERIC_UNLIMITED "Unlimited"
IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
- IDS_GENERIC_PAGE "NET HELP command | MORE displays one screen at a
time.\n\n"
IDS_ERROR_OPTION_NOT_SUPPORTED "尚不支持 %s 选项。\n"
IDS_ERROR_INVALID_OPTION_VALUE "您输入了 %s 选项的无效的值。\n"
diff --git a/base/applications/network/net/lang/zh-TW.rc
b/base/applications/network/net/lang/zh-TW.rc
index ff067a2add..b50e07c4e4 100644
--- a/base/applications/network/net/lang/zh-TW.rc
+++ b/base/applications/network/net/lang/zh-TW.rc
@@ -122,7 +122,6 @@ BEGIN
IDS_GENERIC_LOCKED "鎖定"
IDS_GENERIC_UNLIMITED "Unlimited"
IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
- IDS_GENERIC_PAGE "NET HELP command | MORE displays one screen at a
time.\n\n"
IDS_ERROR_OPTION_NOT_SUPPORTED "尚不支援 %s 選項。\n"
IDS_ERROR_INVALID_OPTION_VALUE "您輸入了無效的值為 %s 選項。\n"
diff --git a/base/applications/network/net/main.c b/base/applications/network/net/main.c
index 63c825a11b..4707c148cd 100644
--- a/base/applications/network/net/main.c
+++ b/base/applications/network/net/main.c
@@ -163,7 +163,8 @@ PrintNetMessage(
NULL);
if (pBuffer)
{
- ConPrintf(StdOut, L"%s\n", pBuffer);
+ ConPuts(StdOut, pBuffer);
+ ConPuts(StdOut, L"\n");
LocalFree(pBuffer);
pBuffer = NULL;
}
diff --git a/base/applications/network/net/resource.h
b/base/applications/network/net/resource.h
index ec2cab3cc2..1be6288333 100644
--- a/base/applications/network/net/resource.h
+++ b/base/applications/network/net/resource.h
@@ -116,7 +116,6 @@
#define IDS_GENERIC_LOCKED 605
#define IDS_GENERIC_UNLIMITED 606
#define IDS_GENERIC_SYNTAX 607
-#define IDS_GENERIC_PAGE 608
#define IDS_ERROR_OPTION_NOT_SUPPORTED 700
#define IDS_ERROR_INVALID_OPTION_VALUE 701
diff --git a/sdk/include/reactos/mc/net_msg.mc b/sdk/include/reactos/mc/net_msg.mc
index a687c06a3c..d0313b87e6 100644
--- a/sdk/include/reactos/mc/net_msg.mc
+++ b/sdk/include/reactos/mc/net_msg.mc
@@ -921,6 +921,8 @@ service Is the paused service
SCHEDULE
SERVER
WORKSTATION
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Polish
NET CONTINUE wznawia działanie usługi, która została.
@@ -933,6 +935,8 @@ usługa Wstrzymana usługa
SCHEDULE
SERVER
WORKSTATION
+
+NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
.
Language=Romanian
NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
@@ -944,6 +948,8 @@ service Is the paused service
SCHEDULE
SERVER
WORKSTATION
+
+NET HELP comandă | MORE (pentru afișare paginată).
.
Language=Russian
NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
@@ -955,6 +961,8 @@ service Is the paused service
SCHEDULE
SERVER
WORKSTATION
+
+NET HELP имя_команды | MORE - постраничный просмотр справки.
.
Language=Spanish
NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
@@ -966,6 +974,8 @@ service Is the paused service
SCHEDULE
SERVER
WORKSTATION
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Turkish
NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
@@ -977,6 +987,7 @@ service Is the paused service
SCHEDULE
SERVER
WORKSTATION
+NET HELP command | MORE displays one screen at a time.
.
Language=Chinese
NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
@@ -988,6 +999,8 @@ service Is the paused service
SCHEDULE
SERVER
WORKSTATION
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Taiwanese
NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
@@ -999,6 +1012,8 @@ service Is the paused service
SCHEDULE
SERVER
WORKSTATION
+
+NET HELP command | MORE displays one screen at a time.
.
@@ -1136,6 +1151,8 @@ username[ ...] List one or more usernames to add to or remove
from
a group. Separate multiple username entries with a space.
/ADD Adds a group, or adds a username to a group.
/DELETE Removes a group, or removes a username from a group.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Polish
NET GROUP dodaje, wyświetla lub modyfikuje grupy globalne na serwerach.
@@ -1154,6 +1171,8 @@ nazwa_użytkownika[ ...] Lista zawierająca nazwy jednego lub kilku
Rozdziel kolejne nazwy znakiem spacji.
/ADD Dodaje grupę lub dodaje nazwę użytkownika do grupy.
/DELETE Usuwa grupę lub usuwa nazwę użytkownika z grupy.
+
+NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
.
Language=Romanian
NET GROUP adds, displays or modifies global groups on servers. When
@@ -1171,6 +1190,8 @@ username[ ...] List one or more usernames to add to or remove
from
a group. Separate multiple username entries with a space.
/ADD Adds a group, or adds a username to a group.
/DELETE Removes a group, or removes a username from a group.
+
+NET HELP comandă | MORE (pentru afișare paginată).
.
Language=Russian
NET GROUP adds, displays or modifies global groups on servers. When
@@ -1188,6 +1209,8 @@ username[ ...] List one or more usernames to add to or remove
from
a group. Separate multiple username entries with a space.
/ADD Adds a group, or adds a username to a group.
/DELETE Removes a group, or removes a username from a group.
+
+NET HELP имя_команды | MORE - постраничный просмотр справки.
.
Language=Spanish
NET GROUP adds, displays or modifies global groups on servers. When
@@ -1205,6 +1228,8 @@ username[ ...] List one or more usernames to add to or remove
from
a group. Separate multiple username entries with a space.
/ADD Adds a group, or adds a username to a group.
/DELETE Removes a group, or removes a username from a group.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Turkish
NET GROUP adds, displays or modifies global groups on servers. When
@@ -1222,6 +1247,8 @@ username[ ...] List one or more usernames to add to or remove
from
a group. Separate multiple username entries with a space.
/ADD Adds a group, or adds a username to a group.
/DELETE Removes a group, or removes a username from a group.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Chinese
NET GROUP adds, displays or modifies global groups on servers. When
@@ -1239,6 +1266,8 @@ username[ ...] List one or more usernames to add to or remove
from
a group. Separate multiple username entries with a space.
/ADD Adds a group, or adds a username to a group.
/DELETE Removes a group, or removes a username from a group.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Taiwanese
NET GROUP adds, displays or modifies global groups on servers. When
@@ -1256,6 +1285,8 @@ username[ ...] List one or more usernames to add to or remove
from
a group. Separate multiple username entries with a space.
/ADD Adds a group, or adds a username to a group.
/DELETE Removes a group, or removes a username from a group.
+
+NET HELP command | MORE displays one screen at a time.
.
@@ -1337,7 +1368,7 @@ Language=Polish
NET GROUP NET SESSION NET VIEW
NET HELP SYNTAX explains how to read NET HELP syntax lines.
- NET HELP command | MORE displays Help one screen at a time.
+ NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
.
Language=Romanian
Sunt disponibile următoarele comenzi:
@@ -1352,7 +1383,7 @@ Language=Romanian
NET GROUP NET SESSION NET VIEW
NET HELP SYNTAX explains how to read NET HELP syntax lines.
- NET HELP command | MORE displays Help one screen at a time.
+ NET HELP comandă | MORE (pentru afișare paginată).
.
Language=Russian
Доступны следующие команды:
@@ -1367,7 +1398,7 @@ Language=Russian
NET GROUP NET SESSION NET VIEW
NET HELP SYNTAX explains how to read NET HELP syntax lines.
- NET HELP command | MORE displays Help one screen at a time.
+ NET HELP имя_команды | MORE - постраничный просмотр справки.
.
Language=Spanish
Éstos son los argumentos de línea de comandos disponibles:
@@ -1603,6 +1634,8 @@ name[ ...] List one or more usernames or groupnams to add to
or
must be established for users or global groups added to a
local group with this command.
/DELETE Removes a groupname or username from a local group.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Polish
NET LOCALGROUP dodaje, wyświetla, lub modyfikuje grupy lokalne na komputerach
@@ -1628,6 +1661,8 @@ nazwa[ ...] Lista zawierająca nazwy jednego lub kilku
użytkowników
poleceniem do grupy lokalnej należy wcześniej utworzyć
odpowiednie konto.
/DELETE Usuwa nazwę grupy lub użytkownika z grupy lokalnej.
+
+NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
.
Language=Romanian
NET LOCALGROUP adds, displays or modifies local groups on computers. When
@@ -1651,6 +1686,8 @@ name[ ...] List one or more usernames or groupnams to add to
or
must be established for users or global groups added to a
local group with this command.
/DELETE Removes a groupname or username from a local group.
+
+NET HELP comandă | MORE (pentru afișare paginată).
.
Language=Russian
NET LOCALGROUP adds, displays or modifies local groups on computers. When
@@ -1674,6 +1711,8 @@ name[ ...] List one or more usernames or groupnams to add to
or
must be established for users or global groups added to a
local group with this command.
/DELETE Removes a groupname or username from a local group.
+
+NET HELP имя_команды | MORE - постраничный просмотр справки.
.
Language=Spanish
NET LOCALGROUP adds, displays or modifies local groups on computers. When
@@ -1697,6 +1736,8 @@ name [ ...] List one or more usernames or groupnams to add to
or
must be established for users or global groups added to a
local group with this command.
/DELETE Removes a groupname or username from a local group.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Turkish
NET LOCALGROUP adds, displays or modifies local groups on computers. When
@@ -1720,6 +1761,8 @@ name[ ...] List one or more usernames or groupnams to add to
or
must be established for users or global groups added to a
local group with this command.
/DELETE Removes a groupname or username from a local group.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Chinese
NET LOCALGROUP adds, displays or modifies local groups on computers. When
@@ -1743,6 +1786,8 @@ name[ ...] List one or more usernames or groupnams to add to
or
must be established for users or global groups added to a
local group with this command.
/DELETE Removes a groupname or username from a local group.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Taiwanese
NET LOCALGROUP adds, displays or modifies local groups on computers. When
@@ -1766,6 +1811,8 @@ name[ ...] List one or more usernames or groupnams to add to
or
must be established for users or global groups added to a
local group with this command.
/DELETE Removes a groupname or username from a local group.
+
+NET HELP command | MORE displays one screen at a time.
.
@@ -1875,40 +1922,56 @@ Language=English
NET PAUSE suspends a service. Pausing a service puts it on hold.
service The name of the service to be paused.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Polish
NET PAUSE wstrzymuje usługę.
usługa Nazwa wstrzymywanej usługi.
+
+NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
.
Language=Romanian
NET PAUSE suspends a service. Pausing a service puts it on hold.
service The name of the service to be paused.
+
+NET HELP comandă | MORE (pentru afișare paginată).
.
Language=Russian
NET PAUSE suspends a service. Pausing a service puts it on hold.
service The name of the service to be paused.
+
+NET HELP имя_команды | MORE - постраничный просмотр справки.
.
Language=Spanish
NET PAUSE suspends a service. Pausing a service puts it on hold.
service The name of the service to be paused.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Turkish
NET PAUSE suspends a service. Pausing a service puts it on hold.
service The name of the service to be paused.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Chinese
NET PAUSE suspends a service. Pausing a service puts it on hold.
service The name of the service to be paused.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Taiwanese
NET PAUSE suspends a service. Pausing a service puts it on hold.
service The name of the service to be paused.
+
+NET HELP command | MORE displays one screen at a time.
.
@@ -2226,6 +2289,8 @@ service The name of the service to be started.
When typed at the command prompt, service name of two words or more must
be enclosed in quotation marks. For example, NET START "NET LOGON"
starts the net logon service.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Polish
NET START uruchamia usługi lub wyświetla uruchomione usługi.
@@ -2235,6 +2300,8 @@ usługa Nazwa uruchamianej usługi.
Nazwy usług mające dwa lub więcej słów wpisywane w.
wierszu polecenia muszą być ujęte w cudzysłów. Przykładowo,
NET START "NET LOGON" uruchamia usługę logowania w sieci.
+
+NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
.
Language=Romanian
NET START starts services or lists running services.
@@ -2244,6 +2311,8 @@ service The name of the service to be started.
When typed at the command prompt, service name of two words or more must
be enclosed in quotation marks. For example, NET START "NET LOGON"
starts the net logon service.
+
+NET HELP comandă | MORE (pentru afișare paginată).
.
Language=Russian
NET START starts services or lists running services.
@@ -2253,6 +2322,8 @@ service The name of the service to be started.
When typed at the command prompt, service name of two words or more must
be enclosed in quotation marks. For example, NET START "NET LOGON"
starts the net logon service.
+
+NET HELP имя_команды | MORE - постраничный просмотр справки.
.
Language=Spanish
NET START starts services or lists running services.
@@ -2262,6 +2333,8 @@ service The name of the service to be started.
When typed at the command prompt, service name of two words or more must
be enclosed in quotation marks. For example, NET START "NET LOGON"
starts the net logon service.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Turkish
NET START starts services or lists running services.
@@ -2271,6 +2344,8 @@ service The name of the service to be started.
When typed at the command prompt, service name of two words or more must
be enclosed in quotation marks. For example, NET START "NET LOGON"
starts the net logon service.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Chinese
NET START starts services or lists running services.
@@ -2280,6 +2355,8 @@ service The name of the service to be started.
When typed at the command prompt, service name of two words or more must
be enclosed in quotation marks. For example, NET START "NET LOGON"
starts the net logon service.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Taiwanese
NET START starts services or lists running services.
@@ -2289,6 +2366,8 @@ service The name of the service to be started.
When typed at the command prompt, service name of two words or more must
be enclosed in quotation marks. For example, NET START "NET LOGON"
starts the net logon service.
+
+NET HELP command | MORE displays one screen at a time.
.
@@ -2333,6 +2412,8 @@ the services for which statistics are available.
SERVER Displays the Server service statistics.
WORKSTATION Displays the Workstation service statistics.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Polish
NET STATISTICS wyświetla dziennik statystyki dla lokalnej usługi
@@ -2341,6 +2422,8 @@ usługi dla których statystyka jest dostępna.
SERVER Wyświetla statystykę usługi Serwer.
WORKSTATION Wyświetla statystykę usługi Stacja robocza.
+
+NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
.
Language=Romanian
NET STATISTICS displays the statisticslog for the local Workstation or
@@ -2349,6 +2432,8 @@ the services for which statistics are available.
SERVER Displays the Server service statistics.
WORKSTATION Displays the Workstation service statistics.
+
+NET HELP comandă | MORE (pentru afișare paginată).
.
Language=Russian
NET STATISTICS displays the statisticslog for the local Workstation or
@@ -2357,6 +2442,8 @@ the services for which statistics are available.
SERVER Displays the Server service statistics.
WORKSTATION Displays the Workstation service statistics.
+
+NET HELP имя_команды | MORE - постраничный просмотр справки.
.
Language=Spanish
NET STATISTICS displays the statisticslog for the local Workstation or
@@ -2365,6 +2452,8 @@ the services for which statistics are available.
SERVER Displays the Server service statistics.
WORKSTATION Displays the Workstation service statistics.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Turkish
NET STATISTICS displays the statisticslog for the local Workstation or
@@ -2373,6 +2462,8 @@ the services for which statistics are available.
SERVER Displays the Server service statistics.
WORKSTATION Displays the Workstation service statistics.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Chinese
NET STATISTICS displays the statisticslog for the local Workstation or
@@ -2381,6 +2472,8 @@ the services for which statistics are available.
SERVER Displays the Server service statistics.
WORKSTATION Displays the Workstation service statistics.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Taiwanese
NET STATISTICS displays the statisticslog for the local Workstation or
@@ -2389,6 +2482,8 @@ the services for which statistics are available.
SERVER Displays the Server service statistics.
WORKSTATION Displays the Workstation service statistics.
+
+NET HELP command | MORE displays one screen at a time.
.
@@ -2434,6 +2529,8 @@ service The name of the service to be stopped.
Stopping a service cancels any network connection the service is
using. Also, some services are dependent on others. Stopping one
service can stop others. Some services cannot be stopped.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Polish
NET STOP zatrzymuje usługi.
@@ -2443,6 +2540,8 @@ usługa Nazwa zatrzymywanej usługi.
Zatrzymanie usługi rozłącza wszystkie połączenia sieciowe
używane przez usługę. Niektóre usługi zależą od innych. Zatrzymanie jednej
może też zatrzymać inne. Niektóre usługi nie mogą być zatrzymane.
+
+NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
.
Language=Romanian
NET STOP stops services.
@@ -2452,6 +2551,8 @@ service The name of the service to be stopped.
Stopping a service cancels any network connection the service is
using. Also, some services are dependent on others. Stopping one
service can stop others. Some services cannot be stopped.
+
+NET HELP comandă | MORE (pentru afișare paginată).
.
Language=Russian
NET STOP stops services.
@@ -2461,6 +2562,8 @@ service The name of the service to be stopped.
Stopping a service cancels any network connection the service is
using. Also, some services are dependent on others. Stopping one
service can stop others. Some services cannot be stopped.
+
+NET HELP имя_команды | MORE - постраничный просмотр справки.
.
Language=Spanish
NET STOP stops services.
@@ -2470,6 +2573,8 @@ service The name of the service to be stopped.
Stopping a service cancels any network connection the service is
using. Also, some services are dependent on others. Stopping one
service can stop others. Some services cannot be stopped.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Turkish
NET STOP stops services.
@@ -2479,6 +2584,8 @@ service The name of the service to be stopped.
Stopping a service cancels any network connection the service is
using. Also, some services are dependent on others. Stopping one
service can stop others. Some services cannot be stopped.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Chinese
NET STOP stops services.
@@ -2488,6 +2595,8 @@ service The name of the service to be stopped.
Stopping a service cancels any network connection the service is
using. Also, some services are dependent on others. Stopping one
service can stop others. Some services cannot be stopped.
+
+NET HELP command | MORE displays one screen at a time.
.
Language=Taiwanese
NET STOP stops services.
@@ -2497,6 +2606,8 @@ service The name of the service to be stopped.
Stopping a service cancels any network connection the service is
using. Also, some services are dependent on others. Stopping one
service can stop others. Some services cannot be stopped.
+
+NET HELP command | MORE displays one screen at a time.
.
@@ -2758,7 +2869,7 @@ Options Are as follows:
/WORKSTATIONS has no list or if the list is *,
the user can log on from any computer.
- NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
.
Language=Polish
NET USER creates and modifies user accounts on computers. When used
@@ -2832,7 +2943,7 @@ Options Are as follows:
/WORKSTATIONS has no list or if the list is *,
the user can log on from any computer.
- NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
.
Language=Romanian
NET USER creates and modifies user accounts on computers. When used
@@ -2906,7 +3017,7 @@ Options Are as follows:
/WORKSTATIONS has no list or if the list is *,
the user can log on from any computer.
- NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
.
Language=Russian
NET USER creates and modifies user accounts on computers. When used
@@ -2980,7 +3091,7 @@ Options Are as follows:
/WORKSTATIONS has no list or if the list is *,
the user can log on from any computer.
- NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
.
Language=Spanish
NET USER creates and modifies user accounts on computers. When used
@@ -3054,7 +3165,7 @@ Options Are as follows:
/WORKSTATIONS has no list or if the list is *,
the user can log on from any computer.
- NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
.
Language=Turkish
NET USER creates and modifies user accounts on computers. When used
@@ -3128,7 +3239,7 @@ Options Are as follows:
/WORKSTATIONS has no list or if the list is *,
the user can log on from any computer.
- NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
.
Language=Chinese
NET USER creates and modifies user accounts on computers. When used
@@ -3202,7 +3313,7 @@ Options Are as follows:
/WORKSTATIONS has no list or if the list is *,
the user can log on from any computer.
- NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
.
Language=Taiwanese
NET USER creates and modifies user accounts on computers. When used
@@ -3276,7 +3387,7 @@ Options Are as follows:
/WORKSTATIONS has no list or if the list is *,
the user can log on from any computer.
- NET HELP command | MORE displays Help one screen at a time.
+NET HELP command | MORE displays Help one screen at a time.
.