Jump to content

Shell Command

From LabVIEW Wiki
Revision as of 23:30, 17 March 2007 by MichaelAivaliotis (talk | contribs) (New page: The exec VI function can be used to send shell commands. Include the shell call with the commands that are desired. For example under Windows operating systems the call is to command.com. ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The exec VI function can be used to send shell commands. Include the shell call with the commands that are desired. For example under Windows operating systems the call is to command.com. For example, the string to copy filea to a drive would be

command "copy filea a:"

with the arguments enclosed in quotes. The exact shell call will depend on the operating system.