<?php

include('e:\classTextile.php');

$content = file_get_contents($argv[1]);

$textile = new Textile;

echo $textile->TextileThis($content);

?>