Coder Social home page Coder Social logo

n-blade / node-runas-redux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eugeny/node-runas-redux

0.0 0.0 0.0 149 KB

Run command synchronously (with Administrator privilege)

License: MIT License

Python 12.82% C++ 80.04% JavaScript 7.14%

node-runas-redux's Introduction

Runas Redux

Node.js CI

Run command synchronously with administrator privilege.

This is an N-API based rewrite that adds compatibility with modern NodeJS versions.

Installing

npm install runas-redux-rus

Building

  • Clone the repository
  • Run npm install
  • Run node-gyp configure
  • Run node-gyp build

Docs

const runas = require('runas-redux-rus')

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

  • tell me? :)

node-runas-redux's People

Contributors

zcbenz avatar kyoto44 avatar eugeny avatar kevinsawicki 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.