Hi,
I'm trying to make a script that would run on localhost and open a bat file at certain point. I've already read a lot about exec(), system(), shell_exec(). But none of them works. Usualy browser tries to open something for 5 minutes but then stops. Are there any parametres that should be passed. or what am i doing wrong?
The *.bat files are in the same directory where script is.
Thanks a lot.