script_name = "(try to) close mysqld"; script_description = "w:\\srv\\mysql\\bin\\mysqladmin.exe --user=root --password= shutdown"; function script_action() File.Run("w:\\srv\\mysql\\bin\\mysqladmin.exe", "--user=root --password= shutdown", "", SW_MINIMIZE, true); end