I'm trying to develop a script that allows me to install a program on 3 different computers the same time using sleeper scripts. And everything works find until i try and open the installer file (installer.ixl) it does nothing. but it is supposed to launch an installer application similar to that of windows install wizards

example

example of the sleeper programs

system("ln -s `installer location' /cd"); system("perl cdlinker.pl");
which opens cdlinker.pl
system("/cd/installer.ixl");
if i were to do this manually it would pop up an installation window, but all i get is a blinking screen, and I've checked to make sure that the sleepers dectect the trigger files

In reply to Automated Installs? by dhice

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.