Re: [PHP-WIN] shell commands...

2002-03-04 Thread Scott St. John
I am doing an exex on Windows to power my mp3 jukebox, something like this: exec('winamp.exe M100101.mp3'); You may have to tweak around and check the php.net docs. Pay close attention to the part about sending the output to null. -Scott On Mon, 4 Mar 2002, crizz wrote: > How can execut

[PHP-WIN] shell commands...

2002-03-04 Thread crizz
How can execute a shell command through PHP? A small example will be great! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php