Windows Command Prompt, он же cmd.exe или просто cmd (англ. command line interpreter) — интерпретатор командной строки для операционных систем базирующихся на Windows.
Что такое IP адрес?
IP-адрес (от англ. Internet Protocol Address) — это 32-разрядное число, которое принято записывать в десятеричном или шестнадцатеричном формате в виде четырёх чисел, разделенных точками.
Как узнать свой IP адрес?
Запустить командную строку. Ввести команду ipconfig и нажать Enter.
Как узнать MAC адрес модема или сетевой карты?
Запустить командную строку. Ввести команду ipconfig с параметром all и нажать Enter. В появившемся списке найти нужное устройство. Индекс в строке «Physical Address» и есть искомый MAC.
Syntax
START "title" [path] [options] "command" [parameters]
Key:
title : Text for the CMD window title bar (required)
path : Starting directory
command : The command, batch file or executable program to run
parameters : The parameters passed to the command
Options:
/MIN : Minimized
/MAX : Maximized
/WAIT : Start application and wait for it to terminate
/LOW : Use IDLE priority class
/NORMAL : Use NORMAL priority class
/HIGH : Use HIGH priority class
/REALTIME : Use REALTIME priority class
/B : Start application without creating a new window. In this case
^C will be ignored - leaving ^Break as the only way to
interrupt the application
/I : Ignore any changes to the current environment.
Options for 16-bit WINDOWS programs only
/SEPARATE Start in separate memory space (more robust)
/SHARED Start in shared memory space (default)