Results 1 to 8 of 8

Thread: QProcess -> link output of 3rd party app back to my app

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QProcess -> link output of 3rd party app back to my app

    In fact, it would have been enough to actually read QProcess::startDetached() docs:
    On Windows, arguments that contain spaces are wrapped in quotes.
    Qt Code:
    1. QStringList arguments;
    2. arguments << "/k" << "C2oooProgConsole.exe" << "-s" << ...;
    3. QProcess::startDetached("cmd.exe", arguments);
    To copy to clipboard, switch view to plain text mode 
    J-P Nurmi

  2. #2
    Join Date
    Apr 2009
    Posts
    41
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QProcess -> link output of 3rd party app back to my app

    it is popup output along with cmd prompt. how to disappear that cmd prompt

Similar Threads

  1. QProcess and capturing output
    By Aragorn in forum Qt Programming
    Replies: 7
    Last Post: 3rd May 2007, 16:57

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.