项目管理.bat 123 B

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