| Предыдущая тема :: Следующая тема |
| Автор |
Сообщение |
Irina
Зарегистрирован: 03.10.2005
Сообщения: 11720
Откуда: Finland
|
| Добавлено: Пн Авг 21 3:24:23 GMT 06 Заголовок сообщения: Срочно |
|
|
как мне в этой коменториви
пилять незнаю как по-русски, папку открыть , кокую команду надо написать |
|
| Вернуться к началу |
|
Hell-o-Kitty
Зарегистрирован: 03.10.2005
Сообщения: 15131
|
| Добавлено: Пн Авг 21 4:11:00 GMT 06 Заголовок сообщения: |
|
|
| Што это Берримор? :shock: |
|
| Вернуться к началу |
|
guerraliberta
Зарегистрирован: 24.03.2006
Сообщения: 2273
|
| Добавлено: Пн Авг 21 7:25:27 GMT 06 Заголовок сообщения: |
|
|
| о боже, финская ДОС |
|
| Вернуться к началу |
|
guerraliberta
Зарегистрирован: 24.03.2006
Сообщения: 2273
|
| Добавлено: Пн Авг 21 7:26:32 GMT 06 Заголовок сообщения: |
|
|
| А чево сделать надо попросту говоря? |
|
| Вернуться к началу |
|
ABTOP
Зарегистрирован: 04.10.2005
Сообщения: 10838
|
| Добавлено: Пн Авг 21 8:51:30 GMT 06 Заголовок сообщения: |
|
|
| Если сами команды остаются на английском, то никакюю папку командой [ping] не открыть. Переход ис папки в папку, или из дериктории в дерикторию, осуществляется командой [cd]. |
|
| Вернуться к началу |
|
guerraliberta
Зарегистрирован: 24.03.2006
Сообщения: 2273
|
| Добавлено: Пн Авг 21 18:11:17 GMT 06 Заголовок сообщения: |
|
|
| Ирина славно перешла из C:\Windows\System32 в корневой диска К. |
|
| Вернуться к началу |
|
guerraliberta
Зарегистрирован: 24.03.2006
Сообщения: 2273
|
| Добавлено: Пн Авг 21 18:17:15 GMT 06 Заголовок сообщения: |
|
|
Ping
Verifies IP-level connectivity to another TCP/IP computer by sending Internet Control Message Protocol (ICMP) Echo Request messages. The receipt of corresponding Echo Reply messages are displayed, along with round-trip times. Ping is the primary TCP/IP command used to troubleshoot connectivity, reachability, and name resolution. Used without parameters, ping displays help.
Syntax
ping [-t] [-a] [-n Count] [-l Size] [-f] [-i TTL] [-v TOS] [-r Count] [-s Count] [{-j HostList | -k HostList}] [-w Timeout] [TargetName]
Top of page
Parameters
-t : Specifies that ping continue sending Echo Request messages to the destination until interrupted. To interrupt and display statistics, press CTRL-BREAK. To interrupt and quit ping, press CTRL-C.
-a : Specifies that reverse name resolution is performed on the destination IP address. If this is successful, ping displays the corresponding host name.
-n Count : Specifies the number of Echo Request messages sent. The default is 4.
-l Size : Specifies the length, in bytes, of the Data field in the Echo Request messages sent. The default is 32. The maximum size is 65,527.
-f : Specifies that Echo Request messages are sent with the Don't Fragment flag in the IP header set to 1. The Echo Request message cannot be fragmented by routers in the path to the destination. This parameter is useful for troubleshooting path Maximum Transmission Unit (PMTU) problems.
-i TTL : Specifies the value of the TTL field in the IP header for Echo Request messages sent. The default is the default TTL value for the host. For Windows XP hosts, this is typically 128. The maximum TTL is 255.
-v TOS : Specifies the value of the Type of Service (TOS) field in the IP header for Echo Request messages sent. The default is 0. TOS is specified as a decimal value from 0 to 255.
-r Count : Specifies that the Record Route option in the IP header is used to record the path taken by the Echo Request message and corresponding Echo Reply message. Each hop in the path uses an entry in the Record Route option. If possible, specify a Count that is equal to or greater than the number of hops between the source and destination. The Count must be a minimum of 1 and a maximum of 9.
-s Count : Specifies that the Internet Timestamp option in the IP header is used to record the time of arrival for the Echo Request message and corresponding Echo Reply message for each hop. The Count must be a minimum of 1 and a maximum of 4.
-j HostList : Specifies that the Echo Request messages use the Loose Source Route option in the IP header with the set of intermediate destinations specified in HostList. With loose source routing, successive intermediate destinations can be separated by one or multiple routers. The maximum number of addresses or names in the host list is 9. The host list is a series of IP addresses (in dotted decimal notation) separated by spaces.
-k HostList : Specifies that the Echo Request messages use the Strict Source Route option in the IP header with the set of intermediate destinations specified in HostList. With strict source routing, the next intermediate destination must be directly reachable (it must be a neighbor on an interface of the router). The maximum number of addresses or names in the host list is 9. The host list is a series of IP addresses (in dotted decimal notation) separated by spaces.
-w Timeout : Specifies the amount of time, in milliseconds, to wait for the Echo Reply message that corresponds to a given Echo Request message to be received. If the Echo Reply message is not received within the time-out, the "Request timed out" error message is displayed. The default time-out is 4000 (4 seconds).
TargetName : Specifies the destination, which is identified either by IP address or host name.
/? : Displays help at the command prompt.
Remarks
• You can use ping to test both the computer name and the IP address of the computer. If pinging the IP address is successful, but pinging the computer name is not, you might have a name resolution problem. In this case, ensure that the computer name you are specifying can be resolved through the local Hosts file, by using Domain Name System (DNS) queries, or through NetBIOS name resolution techniques.
• This command is available only if the Internet Protocol (TCP/IP) protocol is installed as a component in the properties of a network adapter in Network Connections
Examples
The following example shows ping command output:
C:\>ping example.microsoft.com
Pinging example.microsoft.com [192.168.239.132] with 32 bytes of data:
Reply from 192.168.239.132: bytes=32 time=101ms TTL=124
Reply from 192.168.239.132: bytes=32 time=100ms TTL=124
Reply from 192.168.239.132: bytes=32 time=120ms TTL=124
Reply from 192.168.239.132: bytes=32 time=120ms TTL=124
To ping the destination 10.0.99.221 and resolve 10.0.99.221 to its host name, type:
ping -a 10.0.99.221
To ping the destination 10.0.99.221 with 10 Echo Request messages, each of which has a Data field of 1000 bytes, type:
ping -n 10 -l 1000 10.0.99.221
To ping the destination 10.0.99.221 and record the route for 4 hops, type:
ping -r 4 10.0.99.221
To ping the destination 10.0.99.221 and specify the loose source route of 10.12.0.1-10.29.3.1-10.1.44.1, type:
ping -j 10.12.0.1 10.29.3.1 10.1.44.1 10.0.99.221
взято отсюда: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ping.mspx?mfr=true |
|
| Вернуться к началу |
|
guerraliberta
Зарегистрирован: 24.03.2006
Сообщения: 2273
|
| Добавлено: Пн Авг 21 18:18:02 GMT 06 Заголовок сообщения: |
|
|
ДОСовские команды тута:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ping.mspx?mfr=true
для ХР |
|
| Вернуться к началу |
|
guerraliberta
Зарегистрирован: 24.03.2006
Сообщения: 2273
|
| Добавлено: Пн Авг 21 18:28:10 GMT 06 Заголовок сообщения: |
|
|
cd [путь_к_папке]
либо если папкино имя состоит из 2 слов как в Program Files - то весь путь и имя папки заключить в двойные кавычки.
like that: cd "C:\Program FIles" or cd "C:\Documents And Settings\All Users\Temp"
кроме того обозначение корневой директории можно заменить обратной косой чертой -BackSlash и
вместо cd "C:\Program Files" можно написать cd "\Program Files" - в какой бы папке вы не находились - любого уровня вложенности - это переход одной строкой. |
|
| Вернуться к началу |
|
guerraliberta
Зарегистрирован: 24.03.2006
Сообщения: 2273
|
| Добавлено: Пн Авг 21 18:45:54 GMT 06 Заголовок сообщения: |
|
|
чтобы перейти на другой диск в командной строке надо напечатать букву диска и двоеточие D:
с этого момента вы находитесь на диске D: - все путешествия по папкам будет осуществл-ся только по диску D:
если необходимо обратно перейти - надо напечатать букву диска и двоеточие. |
|
| Вернуться к началу |
|
guerraliberta
Зарегистрирован: 24.03.2006
Сообщения: 2273
|
| Добавлено: Пн Авг 21 18:46:57 GMT 06 Заголовок сообщения: |
|
|
| напечатав команду - надо нажать Enter - команда будет исполнена. |
|
| Вернуться к началу |
|
Irina
Зарегистрирован: 03.10.2005
Сообщения: 11720
Откуда: Finland
|
| Добавлено: Пн Авг 21 23:03:59 GMT 06 Заголовок сообщения: |
|
|
ABTOP писал(а): Если сами команды остаются на английском, то никакюю папку командой [ping] не открыть. Переход ис папки в папку, или из дериктории в дерикторию, осуществляется командой [cd]. один Автор меня и понял командами папки cd md в досе делатють
экзамен был, больные на всю голову преподавати, ну откуда ж я команды то помнить буду да еще во время экзамена :fool: |
|
| Вернуться к началу |
|
guerraliberta
Зарегистрирован: 24.03.2006
Сообщения: 2273
|
| Добавлено: Пн Авг 21 23:36:24 GMT 06 Заголовок сообщения: |
|
|
а пинговать зачем? ни фига се экзамент. сколько слов новых Перуутаа, Селаа, Аваа :-)
Кирёита авттаван охйелман, кансион, тиедостон таи Интернет-ресурссин ними. :shock: |
|
| Вернуться к началу |
|
Irina
Зарегистрирован: 03.10.2005
Сообщения: 11720
Откуда: Finland
|
| Добавлено: Вт Авг 22 0:01:46 GMT 06 Заголовок сообщения: |
|
|
guerraliberta писал(а): а пинговать зачем? ни фига се экзамент. сколько слов новых Перуутаа, Селаа, Аваа :-)
Кирёита авттаван охйелман, кансион, тиедостон таи Интернет-ресурссин ними. :shock: :ROFL: :hahaha: |
|
| Вернуться к началу |
|
| |