Registry / utility / win32-process

win32-process

JSON →
library0.10.0rbrubygemsunverified

Implements several Process methods for Windows that are unimplemented or dysfunctional in default Ruby, including Process.kill, Process.uid, and Process.create.

gem install win32-process
INSTALL
IMPORT
SIG · WIN32-PROCESS
W
win32-process
utilityrubyv0.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Process
require 'win32/process'

Create and kill a Windows process

require 'win32/process' pid = Process.create('notepad.exe') Process.kill('KILL', pid)
Debug
Known issues
gotchaThis gem only works on Windows platforms.
fix
Ensure you are running on Windows or use a conditional require.
affects: >= 0
Upgrade
Version history
0.10.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
win32-process — gem install win32-process · libregistry