CNAS取数仪器端升级
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

4 个月前
12345
  1. @echo off
  2. set ServicePath=%~dp0
  3. set ServicePath=%ServicePath:\=\\%
  4. C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe -i "%ServicePath%\CNAS_SyncService.exe"
  5. pause