include_path в консоли ini_set('include_path', '.' . PATH_SEPARATOR . dirname(__FILE__)); echo file_get_contents('file.txt'); // file.txt находиться в C:\ запускаю: php.exe -f c:\script.php file.txt не найден, что делать? +)