Hi Mike,
I finally figured this thing out last night... it is related to operation under Windows 2000 or Windows XP - both of which I am using here. After much digging, I found a link on the NI site that included a download entitled "Run.vi". Although the subect and header information did not give a great lead-in to what the file was about, there was a great note that was enclosed with the VI:
"The start command in Windows 95/98/Me launches a file using its default application. To use this command in NT/2000, you must first call "cmd /x /c" to launch "start" in a new instance of the command interpreter with extensions enabled."
So, the full syntax for the "command" string to "System exec" under the newer OS would be:
cmd /x /c start "yourp
ath\yourfilename"
(with the quotes)
This syntax mimics the use of the "START", "RUN" feature in Windows.
Hope this post saves others a lot of time in the future.
Thanks for your response...
Mark