RE: [PHP] exec on Windows

2002-02-17 Thread Scott
PROTECTED]] Sent: Sunday, February 17, 2002 10:49 AM To: 'DL Neil'; 'Scott'; [EMAIL PROTECTED] Subject: RE: [PHP] exec on Windows Importance: High Try exec "cmd /c start winamp.exe M01.mp3" to avoid blocking... Stephano Mariani > -Original Message---

RE: [PHP] exec on Windows

2002-02-17 Thread Stephano Mariani
Try exec "cmd /c start winamp.exe M01.mp3" to avoid blocking... Stephano Mariani > -Original Message- > From: DL Neil [mailto:[EMAIL PROTECTED]] > Sent: Sunday, 17 February 2002 2 3 > To: Scott; [EMAIL PROTECTED] > Subject: Re: [PHP] exec on Windows > &g

Re: [PHP] exec on Windows

2002-02-17 Thread DL Neil
Scott, > I am trying to develop a music scheduling system on Windows using the > command line to fire off WinAMP. The first exec works fine, then it > stops > and says that program execution time has been exceeded. > > An example would be: > > exec ("winamp.exe M01.mp3"); > > a while loop ki