Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Command line arguments

David Simunič edited this page Nov 20, 2018 · 5 revisions

Command line arguments

Version 1.1.0 introduced support for command line arguments. You can use them by opening Command prompt (cmd.exe) and navigating to the folder where you keep 86Manager.exe, then typing 86Manager <arguments>.

The following arguments are supported at this time:

  • -S <VM name>: starts the virtual machine specified once the Manager loads. You should always put the name into quotation marks to ensure it is treated as a single argument in case there are any spaces in it. Example: 86Manager -S "TestVM" will start the VM named TestVM. If the specified VM cannot be found, the -S argument will be ignored.

Clone this wiki locally