[PHP-users 9011] Re: Windows 版exec関数について

SEGAMI Takashi php-users@php.gr.jp
Mon, 29 Jul 2002 16:46:09 +0900


瀬上です。

In message Mon, 29 Jul 2002 16:03:20 +0900 
 kobayashi@kmc.dip.jp" wrote:

> 挑戦したことは下記の方法です。どなたか教えてください。
> 1.exec("sendmail.exe -tjp < textout.txt");
> 2.exec("sendmail.exe -tjp < textout.txt > c:\temp &");
> 3.exec("e:/www/test/sendmail.exe -tjp < e:/www/test/textout.txt");
> 4.exec("e:/www/test/sendmail.exe -tjp < e:/www/test/textout.txt > c:\temp &");
> 5.exec("e:\\www\\test\\sendmail.exe -tjp < e:\\www\\test\\textout.txt > c:\\temp &");

execの中でシェルコマンドを実行しているからじゃない?

/*
 * 瀬上 孝司 / SEGAMI Takashi <sage@tokyo.microcad.co.jp>
 * 株式会社マイクロ・シー・エー・デー 第2システム開発室
 */