项目管理.bat 122 B

1234567
  1. @echo off
  2. cd /d "%~dp0"
  3. powershell.exe -NoProfile -ExecutionPolicy Bypass ^
  4. -File "%~dp0\manage-project.ps1" %*
  5. pause