Jump to content

Shell Command: Difference between revisions

From LabVIEW Wiki
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. ...
(No difference)

Revision as of 23:30, 17 March 2007

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.