Hello,
I am attempting to use a batch file to copy a folder (called “SensorDAQ”) into the user.lib of LabVIEW from a CD. Because multiple versions of LabVIEW can co-exist on a machine, I need a batch file command that will copy that folder onto the most recent version. Here’s what I have (which doesn’t work):
xcopy /E /I “SensorDAQ” “C:\Program Files\National Instruments\LabVIEW\user.lib\SensorDAQ”
For example, under the National instruments folder, there may be a number of different LabVIEW folders (Like LabVIEW 7.1 LabVIEW 8.2, etc). I want the SensorDAQ folder to be copied only to the most recent version of LabVIEW. If that’s impossible, I’d be willing to have the folder be copied to all versions of LabVIEW (just to be safe).
Thanks in advance for any help you can provide