e3 XPOS call batch
發表於 : 2018-04-27 21:11:19
xpos 工作設定-其他
sale_exec.bat
e3print.php
代碼: 選擇全部
c://551einve3//sale_exec.bat @listNo @mode @isNew
代碼: 選擇全部
cd c:\551einve3
c:\551einve3\php\php -c "c:\551einve3\php\php.ini" e3print.php %*
代碼: 選擇全部
<?php
$fp = fopen('e3sale.log','a+');
fwrite($fp,date('Y-m-d H:i:s')."\n");
foreach($argv as $value)
{
//echo "$value\n";
fwrite($fp,"$value\t");
}
fwrite($fp,"\n");
fwrite($fp,"\n");
fclose($fp);