[转帖]【Windows】将bat文件注册为windows服务

windows,bat,文件,注册,服务 · 浏览次数 : 0

小编点评

## 服务bat文件内容 ```bat @echo offC:cd C:\\TeldAPP\\Monitor\\windows_exporterC:\\TeldAPP\\Monitor\\windows_exporter\\windows_exporter-0.16.0-386.exe --config.file=C:\\TeldAPP\\Monitor\\windows_exporter\\config.ymlcmd 2 sc create windows_exporter binPath= C:\\TeldAPP\\Monitor\\windows_exporter\\windows_exporter.bat start= auto[SC] CreateService 成功 sc delete servivename ``` **内容解释:** 1. `@echo offC:cd` 命令用于屏蔽系统提示符,并切换到 C:\TeldAPP\Monitor\windows_exporterC 路径。 2. `sc create windows_exporter` 创建一个名为 "windows_exporter" 的服务。 3. `sc config` 设置服务启动方式为自动,并指定启动参数。 4. `sc delete servivename` 删除名为 "windows_exporter" 的服务。 5. `</article>` 用于将代码块封装到一个独立的段落中,并使用 `<` 和 `>` 符号将尖括符号包含在代码中。

正文

1、编写服务的bat文件

@echo off
C:
cd C:\TeldAPP\Monitor\windows_exporter
C:\TeldAPP\Monitor\windows_exporter\windows_exporter-0.16.0-386.exe --config.file=C:\TeldAPP\Monitor\windows_exporter\config.yml
cmd

    2、sc命令进行注册

    cmd执行

    sc create windows_exporter binPath= C:\TeldAPP\Monitor\windows_exporter\windows_exporter.bat start= auto
    [SC] CreateService 成功
    

      3、删除已注册服务

      sc delete servivename
      
        </article>
        

        与[转帖]【Windows】将bat文件注册为windows服务相似的内容:

        [转帖]【Windows】将bat文件注册为windows服务

        1、编写服务的bat文件 @echo off C: cd C:\TeldAPP\Monitor\windows_exporter C:\TeldAPP\Monitor\windows_exporter\windows_exporter-0.16.0-386.exe --config.file=C:\

        [转帖]用bat更改hosts文件批处理

        原文地址: https://www.jb51.net/article/51902.htm copy@echo off echo "请注意你的杀毒软件提示,一定要允许" @echo ######################################## @xcopy C:\Windows\s

        [转帖]Jmeter学习笔记(十七)——jmeter目录结构

        原文链接:http://www.cnblogs.com/zichuan/p/6938772.html 一、bin目录examples: 目录中有CSV样例 jmeter.bat windows的启动文件 jmeter.log jmeter运行日志文件 jmeter.sh linux的启动文件 jme

        [转帖]Windows sc 命令

        语法# sc [] config [] [optionname= optionvalues] 注意 每个命令行选项 (参数) 必须包含等号作为选项名称的一部分。 选项及其值之间需要一个空格 (例如 ,type= own。 如果省略空格,操作将失败)。

        [转帖]linux 批量修改文件格式

        将Windows上的shell脚本拷贝到Linux时,脚本的编码格式还是docs,需要改成unix才可执行,在文件不多的情况下可以直接手动更改,但是在脚本文件比较多的时候,手动改起来就太麻烦了,此时就可以使用shell命令批量来进行更改。 批量更改脚本如下: for i in `find . -ty

        [转帖]pyinstaller实现将python程序打包成exe文件

        https://www.cnblogs.com/blogzyq/p/13939739.html 如果我们想要在一个没有python以及很多库环境的电脑上使用我们的小程序该怎么办呢? 我们想到,在Windows平台可以将程序打包成exe可执行文件,而pyinstaller就可以帮我们将程序打包成exe

        [转帖]NTTTCP 网络性能工具使用方法

        在两个实例上安装 NTttcp 网络基准测试工具 连接到两个 Windows 实例中的每个实例,然后按照下列步骤操作: 从 Microsoft TechNet 网站下载 NTttcp 。 将该文件的内容解压到一个文件夹。 使用管理员权限打开命令提示符窗口,然后将目录切换到解压 NTttcp 网络基准

        [转帖]引人入胜,实战讲解“Java性能调优六大工具”之linux命令行工具

        Java性能调优六大工具之Linux命令行工具 为了能准确获得程序的性能信息,需要使用各种辅助工具。本章将着重介绍用于系统性能分析的各种工具。熟练掌握这些工具,对性能瓶颈定位和系统故障排查都很有帮助。 1,Linux命令行工具2, Windows工具3,JDK命令行工具4,JConsole工具5,

        [转帖]Windows Server 2022 简体中文版、英文版下载 (updated Oct 2022)

        https://sysin.org/blog/windows-server-2022/ Windows Server 2022 正式版,2022 年 10 月更新,VLSC Posted by sysin on 2022-10-27 Estimated Reading Time 8 Minutes

        [转帖]Windows Server 2025 简体中文版下载(Inside Preview),下一代 Windows 11 Server

        https://sysin.org/blog/windows-server-2025/ 我们知道 Windows Server 2022 仍然属于 Windows 10 Server 的范畴。现在,下一代基于 Windows 11 的 Windows Server 已经可以公开下载,根据 A3 的产