got these lines .
Now you can test it something like that
--
Best regards,
Alexander Kuznetsov
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
arse.
Thanks!
Before sending my question in this mail list I've tried to make
"net start" but there was error like command not found.
After your answer I've tried
c:\windows\system32\net start
and all seems working :)
My problem was in PATH environment variable.
--
Best re
Hello All,
Can I get list of services running on win32 machine via php script?
And if I can how I can do this or where I can read about it?
--
Best regards,
Alexander Kuznetsov
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello All,
How can I use iconv functions under win32?
And can I?
--
Best regards,
Alexander Kuznetsov
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
it worked. Anyone
JKD> know if that's going to be changed in the future?
JKD> (I love recursion!)
[... skiped ..]
there is a easier way to get is_file & is_dir working on win32:
u just need to put full path to file or dir
is_file("c:\web\index.html");
I've had such