LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How Can I execute an excel template from my vi?

I propose to execute a excel template with the System Exec.vi (You find
it in the functions pallet under Communication.)

But excel don't start.

With a Batch-file it works fine.

Whats the problem?

Thanks

dave
0 Kudos
Message 1 of 2
(2,482 Views)
Hi,

The system exec vi starts an executable. To start a .txt file, you need to
execute: c:\program files\...\notepad.exe "d:\test\bla.txt". Same applies to
excel.

Regards,

Wiebe.

"dave-t" wrote in message
news:c3phuk$24vg$1@news.imp.ch...
> I propose to execute a excel template with the System Exec.vi (You find
> it in the functions pallet under Communication.)
>
> But excel don't start.
>
> With a Batch-file it works fine.
>
> Whats the problem?
>
> Thanks
>
> dave
0 Kudos
Message 2 of 2
(2,482 Views)