artisan_runner.bat 229 B

123456789
  1. @echo off
  2. :: 1. 依然建议保留清理,防止僵尸进程堆积
  3. taskkill /F /IM php.exe /T >nul 2>&1
  4. d:
  5. cd D:\phpstudy_pro\WWW\drb
  6. :: 2. 直接运行
  7. "D:\phpstudy_pro\Extensions\php\php7.4.3nts\php.exe" artisan schedule:run