06-21-2006 01:10 PM
06-21-2006 02:21 PM - edited 06-21-2006 02:21 PM
Try:
LaunchExecutable("wordpad abc.txt");
or
system("wordpad abc.txt");
Also the entry by JoeTestEngineer at the end of this thread
http://forums.ni.com/ni/board/message?board.id=180&message.id=23545&requireLogin=False
will help if you run into timing issues.
Good Luck
Message Edited by mvr on 06-21-2006 02:23 PM