https://github.com/saptarshidebnath/processrunner
Process Runner is java based library using which one can execute system process or scripts from inside your java program.
https://github.com/saptarshidebnath/processrunner
batch-file java processrunner python ruby shell-script
Last synced: about 2 months ago
JSON representation
Process Runner is java based library using which one can execute system process or scripts from inside your java program.
- Host: GitHub
- URL: https://github.com/saptarshidebnath/processrunner
- Owner: saptarshidebnath
- License: mit
- Created: 2016-11-21T04:57:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T22:02:51.000Z (about 8 years ago)
- Last Synced: 2025-10-25T14:44:08.414Z (7 months ago)
- Topics: batch-file, java, processrunner, python, ruby, shell-script
- Language: Java
- Homepage:
- Size: 1.52 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# processrunner
[](https://github.com/saptarshidebnath/processrunner/blob/master/LICENSE.txt) [](https://travis-ci.org/saptarshidebnath/processrunner) [](https://codecov.io/gh/saptarshidebnath/processrunner) [](https://maven-badges.herokuapp.com/maven-central/com.saptarshidebnath.utilities/ProcessRunner) [](https://sonarcloud.io/dashboard?id=com.saptarshidebnath.utilities%3AProcessRunner) [](https://sonarcloud.io/dashboard?id=com.saptarshidebnath.utilities%3AProcessRunner) [](https://sonarcloud.io/dashboard?id=com.saptarshidebnath.utilities%3AProcessRunner) [](https://codebeat.co/projects/github-com-saptarshidebnath-processrunner-master)

***Process Runner*** is java based library using which one can **execute system process or scripts [shell scripts, batch file, python scripts, ruby scripts etc] from inside your java program**.
Please visit link http://code.saptarshidebnath.com/processrunner/ for implementation guideline.