child_process.spawn ignores PATHEXT on Windows
Navigation Menu
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
nodejs / node-v0.x-archive Public archive
- Notifications You must be signed in to change notification settings
- Fork 7.3k
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Closed
Description
opened
on Dec 12, 2011For example require('child.process').spawn('mycmd') won't find C:\util\mycmd.bat when PATH contains C:\util and PATHEXT contains .BAT.
Ye olde code (https://github.com/joyent/node/blob/v0.4/src/node_child_process_win32.cc) looks like it would have worked, but I have no idea where the v0.6 equivalent is.
Metadata
Metadata
Assignees
No one assigned
Type
No type
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests
Issue actions