5c5 < * (c) 1999-2009 Kasper Skaarhoj (kasperYYYY@typo3.com) --- > * (c) 1999-2008 Kasper Skaarhoj (kasperYYYY@typo3.com) 30c30 < * $Id$ --- > * $Id: class.t3lib_diff.php 3439 2008-03-16 19:16:51Z flyguide $ 173,174c173,179 < exec($cmd,$res); < --- > if (TYPO3_OS=='WIN') { > $WshShell = new COM("WScript.Shell"); > $output = $WshShell->Exec($cmd)->StdOut->ReadAll; > $res = explode("\r\n",$output); > } else{ > exec($cmd,$res); > }