in reply to Re: Suppress windows cmd for system command in Perl
in thread Suppress windows cmd for system command in Perl

Thanks BrowserUk. I tried using that but still I see the cmd window popup.
  • Comment on Re^2: Suppress windows cmd for system command in Perl

Replies are listed 'Best First'.
Re^3: Suppress windows cmd for system command in Perl
by BrowserUk (Patriarch) on Jun 18, 2015 at 18:40 UTC

    Hm. I cannot reproduce the problem on my machine. Neither the original problem or when using start.

    Are you running the perl script you are using from a command line; or double clicking it in the explorer?


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.
    I'm with torvalds on this Agile (and TDD) debunked I told'em LLVM was the way to go. But did they listen!
      Its a C++ application that is calling one perl script that call one function in pm files in which I am using the system command to convert my input file to xml using java jar. So the script is neither running in command line nor I am directly opening the pl script by double clicking. It is internally called by C++ application.
        It is internally called by C++ application.

        Does the C++ app have a GUI?


        With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
        Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
        "Science is about questioning the status quo. Questioning authority".
        In the absence of evidence, opinion is indistinguishable from prejudice.
        I'm with torvalds on this Agile (and TDD) debunked I told'em LLVM was the way to go. But did they listen!