Hello everybody !
Ic used the following Code:
<html>
<?php
exec("c:\ProgZ\write.exe");
?>
</html>
But i doenst work, no write is opening.
I use IE on Windows system.
Perhaps someone can help me, THX !
Huhu ! - I have problems with calling an extern prog.
Moderator: General Moderators
-
Super-Zinken
- Forum Newbie
- Posts: 4
- Joined: Tue Jan 07, 2003 6:12 am
- Contact:
-
Super-Zinken
- Forum Newbie
- Posts: 4
- Joined: Tue Jan 07, 2003 6:12 am
- Contact:
hmm..
I did, but althought it doenst work.
http://www.php.net/manual/en/function.exec.php before the exec might be helpful, too
maybe you should check the return value and/or pass the output parameter to the function and check the value as well.string exec ( string command [, array output [, int return_var]])
Code: Select all
is_file('c:/ProgZ/write.exe') or die('does not exist');-
Super-Zinken
- Forum Newbie
- Posts: 4
- Joined: Tue Jan 07, 2003 6:12 am
- Contact:
Huhu !
the file exists.
perhaps we can chat.
My ICQ#: 178260546
perhaps we can chat.
My ICQ#: 178260546
-
Super-Zinken
- Forum Newbie
- Posts: 4
- Joined: Tue Jan 07, 2003 6:12 am
- Contact: