CNAS取数仪器端升级
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 line
175B

  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