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

4 달 전
12345678
  1. @echo off
  2. set ServicePath=%~dp0
  3. set ServicePath=%ServicePath:\=\\%
  4. echo رշ
  5. net stop AutoSyncChecked
  6. net stop AutoSychronousService
  7. C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe -u "%ServicePath%\CNAS_SyncService.exe"
  8. pause