e3 XPOS call batch

http://www.awanx.com/
回覆文章
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

e3 XPOS call batch

文章 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);
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Re: e3 XPOS call batch

文章 yehlu »

osx or linux

代碼: 選擇全部

/Users/yehlu/Sites/551einve3/sale_exec.sh @listNo @mode @isNew
回覆文章

回到「E3進銷存」