No way! I don't want a window popping up on my screen each time someone submits a file for processing!

There must be a way to make Star Office think it has access to a GUI but then supress anything the GUI does (StarOffice will not output anything from the macro)

I'll explain a bit about what this is for...

User selects a tar file of Star Office files to upload for processing +from a HTML form... || \ / \/ ... these are validated by a Perl CGI script and then placed in a dire +ctory on the web server for conversion... || \ / \/ ... the CGI script performs a system call to the star office macro to +convert all files in this directory... || \ / \/ ... the star office macro creates .html and .pdf output from these fil +es... || \ / \/ ... files are uploaded to website in the new (correct) file format.

This "PERL->Macro" stage is the only part the doesn't work!!

Thanks for everyones help so far but I'm still stuck!

M


In reply to Re: Re: Nobody runs programs? by heezy
in thread Nobody runs programs? by heezy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.