手工启动Subversion服务容易出错,尤其是一个空格没打好也不行。所以我写了两个脚本,一个用来创建服务,一个用来删除服务。这两个脚本在Windows资源管理器里可直接运行。

Notice:就像第一个脚本注释里写的一样,运行Create Service.js时请右键点击“在命令行里运行”方可。不然会产生运行时错误。

Create Service.js

wshShell.Popup(tipStr);

Delete Service.js
wshShell.Popup(tipStr);

相关文章:

  • 2021-08-03
  • 2021-12-08
  • 2021-11-05
  • 2021-11-05
  • 2021-07-02
  • 2022-12-23
  • 2021-07-06
猜你喜欢
  • 2021-08-17
  • 2022-01-07
  • 2021-09-08
  • 2022-01-27
  • 2021-06-03
  • 2021-12-17
  • 2021-12-21
相关资源
相似解决方案