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.

uninstall.bat 244B

4 months ago
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