Shell Command
Appearance
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.