https://github.com/sevdanurgenc/callwindowscommandline
How to execute windows command line from Java.
https://github.com/sevdanurgenc/callwindowscommandline
batchfile command-line-tool java
Last synced: 9 months ago
JSON representation
How to execute windows command line from Java.
- Host: GitHub
- URL: https://github.com/sevdanurgenc/callwindowscommandline
- Owner: SevdanurGENC
- License: mit
- Created: 2021-08-23T13:12:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T13:43:26.000Z (over 4 years ago)
- Last Synced: 2025-03-23T20:13:44.327Z (about 1 year ago)
- Topics: batchfile, command-line-tool, java
- Language: Batchfile
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# callWindowsCommandLine
How to execute windows command line from Java.
## In this repo, it is implemented to run a file with a specified location on the command line via java code. The file helloNano.bat, which can be an example, is attached. At the same time, we can say that the command Runtime.getRuntime().exec() works best for this application.

## As seen below, Optionally if you want you can call the command line via a button as a desktop application.
