Skip to content

Implements the Windows version of sys/exec #3

@alaviss

Description

@alaviss

Target: Vista+

Problems:

  • CMD and Windows has different parameter quoting algo (and all of them sucks).
  • Not everything in PATHEXT can be run directly (need confirmation on whether CreateProcess can launch .bat directly or cmd.exe has to be used).
  • inherits is racy on Windows since the inheritable state is global, and we need to restore it afterwards. Probably a lock is the best way atm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions