平安校园
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.

A安装服务.bat 374 B

4 months ago
123456789101112
  1. @echo off
  2. color 0e
  3. @echo ==================================
  4. @echo ѣҼļùԱʽ򿪡
  5. @echo ==================================
  6. @echo Start Install SafeCampus.Background
  7. cd ..
  8. sc create SafeCampus.Background binPath=%~dp0SafeCampus.Background.exe start= auto
  9. sc description SafeCampus.Background "SafeCampus̨"
  10. Net Start SafeCampus.Background
  11. pause