63646566676869
registerCommand(new Console()); // Add the service removal command only on windows if (File.separatorChar == '\\') { registerCommand(new Remove()); } registerCommand(new Upgrade()); }