GithubHelp home page GithubHelp logo

isabella232 / node-runas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from atom-archive/node-runas

0.0 0.0 0.0 58 KB

Run command synchronously (with Administrator privilege)

License: MIT License

C++ 80.35% Python 7.58% CoffeeScript 12.07%

node-runas's Introduction

Runas

Run command synchronously with administrator privilege.

Installing

npm install runas

Building

  • Clone the repository
  • Run npm install
  • Run grunt to compile the native and CoffeeScript code
  • Run grunt test to run the specs

Docs

runas = require 'runas'

runas(command, args[, options])

  • options Object
    • hide Boolean - Hide the console window, true by default.
    • admin Boolean - Run command as administrator, false by default.
    • catchOutput Boolean - Catch the stdout and stderr of the command, false by default.
    • stdin String - String which would be passed as stdin input.

Launches a new process with the given command, with command line arguments in args.

This function is synchronous and returns the exit code when the command finished.

When the catchOutput option is specified to true, an object that contains exitCode, stdout and stderr will be returned.

Limitations

  • The admin option has only been implemented on Windows and OS X.
  • The stdin option has only been implemented on POSIX systems.
  • The hide option is only meaningful on Windows.
  • When catchOutput is true,
    • on Linux exitCode, stdout and stderr will be returned,
    • on OS X
      • if admin is false, exitCode, stdout and stderr will be returned,
      • if admin is true, exitCode and stdout will be returned,
    • on Windows only exitCode will be returned.

node-runas's People

Contributors

kevinsawicki avatar zcbenz avatar

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.