https://github.com/hyperlink/headless-vm
Running VirtualBox VM headless(ly). For Windows only.
https://github.com/hyperlink/headless-vm
Last synced: over 1 year ago
JSON representation
Running VirtualBox VM headless(ly). For Windows only.
- Host: GitHub
- URL: https://github.com/hyperlink/headless-vm
- Owner: hyperlink
- License: mit
- Created: 2013-09-13T18:02:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-13T18:10:14.000Z (almost 13 years ago)
- Last Synced: 2025-01-24T07:31:11.660Z (over 1 year ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# Headless VM #
Running VirtualBox VM headless(ly). ***For Windows only.***
## Usage ##
If the name of your VM is called **MyVm** and you want to run it headless.
**To start the VM**
headless start MyVm
**to stop (really suspend) the VM**
headless stop MyVm
**List all VMs**
headless list
**Show Status of a VM**
headless status MyVm
## Install ##
Copy `dist\headless.exe` into your %PATH%.
Optionally you can create a shortcut to run and stop on your desktop.
## Want to add more features? ##
1. Pull down the code `git clone https://github.com/hyperlink/headless-vm.git`
2. Modify the code in `headless.js`
3. Run `compile.cmd` to create the `headless.exe`
## License MIT ##