write to process

Sends input to a process that was opened with the open process command.

# Metadata

Platforms: desktop, server OS: mac, windows, linux Introduced: 1.0 Security: process

# Syntax

write value to process processName

# Params

- value : - processName : Case-sensitive: uppercase and lowercase characters must be exactly as they were entered in the open process command. The process must have been opened previously with the open process command; otherwise, an error message is returned in the result.

# Examples

write "test" to process "/bin/logall"

# Description

Use the write to process command to send input to another program.

# Tags

# See

- **keyword:** stdout - **command:** open process, read from process, write to driver - **function:** result - **glossary:** command, process, return