Git Product home page Git Product logo

Comments (1)

rfm avatar rfm commented on May 25, 2024

I think this is more an issue for cmd.exe than one in GNUstep.

Looking at the code to create a subtask I see:

// |DETACHED_PROCESS
/* We don't set the DETACHED_PROCESS flag as it actually means that the

  • child task should get a new Console allocated ... and that means it
  • will pop up a console window ... which looks really bad.
    */

I suspect that the behavior you are looking for is to have the task created as a detached process with its own console attached, so that cmd.exe can display in that console, but if the code did that, then we'd have consoles created for tasks that don't need/want them.

You could try uncommenting the line to set the DETACHED_PROCESS flag and see if that does what you want.
If it does, and you thing it's a worthwhile option to have, you could add a windows-specific extension method to control it.

from libs-base.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.