Bertware / bukkitgui2

A completely new version of BukkitGUI , which is easier in use, faster, and more powerful
https://dev.bukkit.org/projects/bukkitgui?gameCategorySlug=bukkit-plugins&projectID=32715
Mozilla Public License 2.0
70 stars 25 forks source link

Add support for Windows Service #75

Open kowalski7cc opened 9 years ago

kowalski7cc commented 9 years ago

Add support to start/stop server as a Windows Service

nprail commented 9 years ago

@kowalski7cc It wouldn't be a gui then because Windows services have no gui.

Bertware commented 9 years ago

You could start the GUI with windows, and let the server start with the GUI. That would be the closest it would get to 'a service'. I'll look into implementing the necessary functions to launch it in the background

nprail commented 9 years ago

@Bertware @kowalski7cc You could set it up as a task in Task Scheduler.