[PHP-WIN] WMI call to run a remote application

2008-05-22 Thread John Arends
I'd like to have a PHP script running on my web server (running IIS 6) that can make a WMI call and start a specific remote process on a remote computer. For what its worth, the remote process I'd like to trigger is a batch file. I've googled this extensively and can't find anything that point

Re: [PHP-WIN] I use Content-Disposition to open up a save as window, can I use an absolute path?

2008-05-22 Thread Stut
On 22 May 2008, at 18:13, googling1000 wrote: Now, I have header("Content-Disposition: filename=file1.txt"); I tried to do header("Content-Disposition: filename=C:\Program Files\file1.txt"); But, it's not working. The save as window pops up, but it doesn't give the file the right filename (w

[PHP-WIN] I use Content-Disposition to open up a save as window, can I use an absolute path?

2008-05-22 Thread googling1000
Now, I have header("Content-Disposition: filename=file1.txt"); I tried to do header("Content-Disposition: filename=C:\Program Files\file1.txt"); But, it's not working. The save as window pops up, but it doesn't give the file the right filename (which is file1), and it doesn't know the type (whic