1 頁 (共 1 頁)

e3 XPOS call batch

發表於 : 2018-04-27 21:11:19
yehlu
xpos 工作設定-其他

代碼: 選擇全部

c://551einve3//sale_exec.bat @listNo @mode @isNew
sale_exec.bat

代碼: 選擇全部

cd c:\551einve3
c:\551einve3\php\php -c "c:\551einve3\php\php.ini" e3print.php %*
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);

Re: e3 XPOS call batch

發表於 : 2018-04-30 20:58:39
yehlu
osx or linux

代碼: 選擇全部

/Users/yehlu/Sites/551einve3/sale_exec.sh @listNo @mode @isNew