5 lines
67 B
Batchfile
5 lines
67 B
Batchfile
|
@echo off
|
||
|
php.exe -f correct_pages.php
|
||
|
|
||
|
echo Job is finished!
|
||
|
pause
|