Call from microsoft windows

Make and receive phone calls from your PC

Leave your Android device in your pocket the next time it rings — pick it up from your PC instead. Calling requires Bluetooth capability on both your PC and on your Android device, so make sure you have it turned on for both.

To make a call on your PC:

Open the Your Phone app and select Calls.

In the Search your contacts box, search for a contact name or number. Alternately, you can directly enter a phone number on the dial pad.

Select the dial icon to start your call.

If you don’t have Bluetooth available on your device (or if it’s been turned off), you won’t be able to make or receive calls on your PC.

If you encounter issues while using the calling feature, these troubleshooting tips may help.

Android permissions are required for this feature

The first time you use calling, you’ll be prompted to allow permissions on your Android device. Selecting Allow on these permissions will let the Your Phone app access and display information from your Android device.

How do I see my phone’s recent calls on my PC?

On your PC, open the Your Phone app and select Calls. Your recent calls will be displayed here.

How many recent calls can I see?

The Your Phone app displays calls you’ve made or received in the last 90 days.

Can I manage or delete my recent calls?

You can’t manage or delete recent calls from your PC.

How do I mute a call?

You can mute a call by using the mute button on your Android device or PC.

When you place a call on your PC with Your Phone, a small separate window opens to display the call you’re on:

Click the downward pointing arrow to expand the window. Then the Mute button will become available:

When you start a call on your PC and transfer it to your Android device, you can only mute the call from your phone (not from your PC).

If a call is happening on your Android device, you can’t mute that call from your PC.

Making emergency calls with the Your Phone app

Emergency Services. While it may be possible to place calls to or receive calls from Emergency Services using Your Phone, note that Your Phone is not a replacement for your primary telephone service. Your Phone calls may not work or may get disrupted due to power issues, distance from your PC to your phone, or other technical issues. In addition, there are important differences between Your Phone and traditional wireless (mobile) or fixed-line telephone services. Your Phone is not required to offer access to Emergency Services under any applicable local or national rules, regulations, or law. Your Phone is not intended to support or carry emergency calls to any type of hospitals, law enforcement agencies, medical care units or any other kind of services that connect a user to emergency services personnel or public safety answering points (“Emergency Services”).

вызывает call

Вызывает одну пакетную программу из другой без остановки родительской пакетной программы. Calls one batch program from another without stopping the parent batch program. Команда Call принимает метки в качестве целевого объекта вызова The call command accepts labels as the target of the call

Читайте также:  Matrix library c windows

Вызов не оказывает влияния на командную строку, если она используется вне скрипта или пакетного файла. Call has no effect at the command prompt when it is used outside of a script or batch file.

Синтаксис Syntax

Параметры Parameters

Параметр Parameter Описание Description
[ :][

] Указывает расположение и имя пакетной программы, которую необходимо вызвать. Specifies the location and name of the batch program that you want to call. Параметр является обязательным и должен иметь расширение BAT или cmd. The parameter is required, and it must have a .bat or .cmd extension. Указывает все данные командной строки, необходимые для пакетной программы. Specifies any command-line information required by the batch program. : Указывает метку, к которой должен перейти элемент управления программой пакетной службы. Specifies the label that you want a batch program control to jump to. Указывает сведения командной строки, передаваемые в новый экземпляр программы пакетной службы, начиная с : . Specifies the command-line information to be passed to the new instance of the batch program, beginning at : . /? /? Отображение справки в командной строке. Displays help at the command prompt.

Параметры пакета Batch parameters

Ссылки на аргумент скрипта пакетной службы (%0, %1. ) перечислены в следующих таблицах. The batch script argument references (%0, %1, . ) are listed in the following tables.

Использование значения % * в пакетном скрипте означает все аргументы (например, %1, %2, %3. ). Using the %* value in a batch script refers to all the arguments (for example, %1, %2, %3. ).

Можно использовать следующие необязательные синтаксисы в качестве подстановок для пакетных параметров (% n): You can use the following optional syntaxes as substitutions for batch parameters (%n):

Параметр Batch Batch Parameter Описание Description
%

1

Развертывает %1 и удаляет окружающие кавычки. Expands %1 and removes surrounding quotation marks.
%

f1

Расширение %1 до полного пути. Expands %1 to a fully qualified path.
%

d1

Расширение %1 до буквы диска. Expands %1 to a drive letter only.
%

p1

Развертывает %1 только для пути. Expands %1 to a path only.
%

n1

Расширение %1 только на имя файла. Expands %1 to a file name only.
%

x1

Развертывает %1 только для расширения имени файла. Expands %1 to a file name extension only.
%

s1

Расширение %1 до полного пути, содержащего только короткие имена. Expands %1 to a fully qualified path that contains short names only.
%

a1

Развертывает %1 для атрибутов файла. Expands %1 to the file attributes.
%

t1

Увеличивает %1 до даты и времени файла. Expands %1 to the date and time of file.
%

z1

Расширение %1 до размера файла. Expands %1 to the size of the file.
%

$PATH:1

Выполняет поиск в каталогах, перечисленных в переменной среды PATH, и разворачивает %1 до полного имени найденного первого каталога. Searches the directories listed in the PATH environment variable, and expands %1 to the fully qualified name of the first directory found. Если имя переменной среды не определено или файл не найден при поиске, то этот модификатор разворачивается до пустой строки. If the environment variable name is not defined or the file is not found by the search, then this modifier expands to the empty string.

В следующей таблице показано, как можно объединить модификаторы с пакетными параметрами для составных результатов. The following table shows how you can combine modifiers with the batch parameters for compound results:

Параметр Batch с модификатором Batch Parameter with Modifier Описание Description
%

dp1

Расширение %1 до буквы диска и пути. Expands %1 to a drive letter and path only.
%

nx1

Развертывает %1 только для имени файла и расширения. Expands %1 to a file name and extension only.
%

точка DP $ PATH: 1 %

dp$PATH:1

Выполняет поиск в каталогах, перечисленных в переменной среды PATH для %1, а затем разворачивается на букву диска и путь к первому найденному каталогу. Searches the directories listed in the PATH environment variable for %1, and then expands to the drive letter and path of the first directory found.
%

ftza1

Разворачивает %1 для вывода выходных данных, аналогичных команде dir . Expands %1 to display output similar to the dir command.

В приведенных выше примерах %1 и Path могут быть заменены другими допустимыми значениями. In the above examples, %1 and PATH can be replaced by other valid values. %

Синтаксис завершается допустимым номером аргумента. The %

syntax is terminated by a valid argument number. %

Модификаторы нельзя использовать с % *. The %

modifiers cannot be used with %*.

Комментарии Remarks

Использование параметров пакетной службы: Using batch parameters:

Пакетные параметры могут содержать любые сведения, которые можно передать в пакетную программу, включая параметры командной строки, имена файлов, параметры пакета %0%9 и переменные (например, % бод%). Batch parameters can contain any information that you can pass to a batch program, including command-line options, file names, the batch parameters %0 through %9, and variables (for example, %baud%).

С помощью параметра: Using the parameter:

Используя вызов с параметром, вы создаете новый контекст файла пакета и передаете управление оператору после указанной метки. By using call with the parameter, you create a new batch file context and pass control to the statement after the specified label. При первом обнаружении конца пакетного файла (то есть после перехода к метке) управление возвращается оператору после оператора Call . The first time the end of the batch file is encountered (that is, after jumping to the label), control returns to the statement after the call statement. При втором обнаружении конца пакетного файла пакетный сценарий завершается. The second time the end of the batch file is encountered, the batch script is exited.

Использование каналов и символов перенаправления: Using pipes and redirection symbols:

Не используйте каналы (|) или символы перенаправления ( или > ) с вызовом. Do not use pipes (|) or redirection symbols ( or > ) with call.

Выполнение рекурсивного вызова Making a recursive call

Можно создать пакетную программу, которая вызывает саму себя. You can create a batch program that calls itself. Однако необходимо указать условие выхода. However, you must provide an exit condition. В противном случае родительские и дочерние пакетные программы могут подбираться бесконечно. Otherwise, the parent and child batch programs can loop endlessly.

Работа с расширениями команд Working with command extensions

Если расширения команд включены, вызов принимает в качестве цели вызова. If command extensions are enabled, call accepts as the target of the call. Правильный синтаксис: call : The correct syntax is call :

Call from microsoft windows

Calls one batch program from another without stopping the parent batch program. The call command accepts labels as the target of the call

Call has no effect at the command prompt when it is used outside of a script or batch file.

Syntax

Parameters

] Specifies the location and name of the batch program that you want to call. The parameter is required, and it must have a .bat or .cmd extension. Specifies any command-line information required by the batch program. : Specifies the label that you want a batch program control to jump to. Specifies the command-line information to be passed to the new instance of the batch program, beginning at : . /? Displays help at the command prompt.

Batch parameters

The batch script argument references (%0, %1, . ) are listed in the following tables.

Using the %* value in a batch script refers to all the arguments (for example, %1, %2, %3. ).

You can use the following optional syntaxes as substitutions for batch parameters (%n):

Batch Parameter Description
%

1

Expands %1 and removes surrounding quotation marks.
%

f1

Expands %1 to a fully qualified path.
%

d1

Expands %1 to a drive letter only.
%

p1

Expands %1 to a path only.
%

n1

Expands %1 to a file name only.
%

x1

Expands %1 to a file name extension only.
%

s1

Expands %1 to a fully qualified path that contains short names only.
%

a1

Expands %1 to the file attributes.
%

t1

Expands %1 to the date and time of file.
%

z1

Expands %1 to the size of the file.
%

$PATH:1

Searches the directories listed in the PATH environment variable, and expands %1 to the fully qualified name of the first directory found. If the environment variable name is not defined or the file is not found by the search, then this modifier expands to the empty string.

The following table shows how you can combine modifiers with the batch parameters for compound results:

Batch Parameter with Modifier Description
%

dp1

Expands %1 to a drive letter and path only.
%

nx1

Expands %1 to a file name and extension only.
%

dp$PATH:1

Searches the directories listed in the PATH environment variable for %1, and then expands to the drive letter and path of the first directory found.
%

ftza1

Expands %1 to display output similar to the dir command.

In the above examples, %1 and PATH can be replaced by other valid values. The %

syntax is terminated by a valid argument number. The %

modifiers cannot be used with %*.

Remarks

Using batch parameters:

Batch parameters can contain any information that you can pass to a batch program, including command-line options, file names, the batch parameters %0 through %9, and variables (for example, %baud%).

Using the parameter:

By using call with the parameter, you create a new batch file context and pass control to the statement after the specified label. The first time the end of the batch file is encountered (that is, after jumping to the label), control returns to the statement after the call statement. The second time the end of the batch file is encountered, the batch script is exited.

Using pipes and redirection symbols:

Do not use pipes (|) or redirection symbols ( or > ) with call.

Making a recursive call

You can create a batch program that calls itself. However, you must provide an exit condition. Otherwise, the parent and child batch programs can loop endlessly.

Working with command extensions

If command extensions are enabled, call accepts as the target of the call. The correct syntax is call :

Читайте также:  Горячие клавиши для переключения окон windows 10
Оцените статью