Searched defs:task (Results 1 – 1 of 1) sorted by relevance
5 $task = New-Item 'task.bat' -Force variable6 Add-Content $task "call phpize 2>&1" variable7 Add-Content $task "call configure --enable-fiber --enable-debug-pack 2>&1" variable8 Add-Content $task "nmake /nologo 2>&1" variable9 Add-Content $task "exit %errorlevel%" variable
Completed in 3 milliseconds