CNAS取数仪器端升级
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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