| View previous topic :: View next topic |
| Author |
Message |
manish General User

Joined: 13 Feb 2006 Posts: 7
|
Posted: Tue Feb 28, 2006 4:48 am Post subject: problem in calling openoffice macro from perl |
|
|
hi,
I want to execute a macro from perl script and this will done by following code
system("soffice -invisible \"macro:///Standard.Module1.SelectionCount($Full_File)\"");
but this will open the openoffice window but not close it
so know what command i use to close that window
please help me
thanks in advance |
|
| Back to top |
|
 |
hol.sten Super User


Joined: 14 Nov 2004 Posts: 3533 Location: Hamburg, Germany
|
Posted: Tue Feb 28, 2006 10:45 am Post subject: Re: problem in calling openoffice macro from perl |
|
|
| manish wrote: | system("soffice -invisible \"macro:///Standard.Module1.SelectionCount($Full_File)\"");
but this will open the openoffice window but not close it
so know what command i use to close that window |
Did you try "-headless" instead of "-invisible"?
With kind regards
hol.sten |
|
| Back to top |
|
 |
|