Tried the "/k" but it sadly didn't change a thing.

The batch is working fine when I start it with a double click, also I don't really need to care about keeping the console alive as the script is an infinite loop processing files continuously provided by another app.

At the moment the batch started through SSH is actually executed and keeps running (stays in the task manager), the only problem left is for it to display properly on the Desktop.

After my last tries I think the problem might be with cygwin. I have a c:\Cygpath\bash.exe process running that may be encapsulating my actual command and prenventing its display. I will have a look in this direction.

Thanks for the suggestions !

Still up for more ideas !

Porax


In reply to Re^4: Net::SSH2 some programs launch but can't get my script to run by Porax
in thread Net::SSH2 some programs launch but can't get my script to run by Porax

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.