Thanks, but i try to start two .bat in the same time and it doesn't
work. So i decide to forget windows ;)
I read somewhere it is possible to do it with two .exe but i have not
enough time to test it.
++
Jack
Le 10 sept. 08 à 19:59, patco a écrit :
you can add the variable to the filename, and get it with %1 %2 ... I guess you know how to send it to php, you can also use a socket for
this and [netsend]How do you do to receive a variable in a .bat to send (in my exemple) 10 to 'arbre.php' ? (Pd send 10 to .bat then .bat send 10 to PHP). Thanx ++
Jack
however, I usually write a batch file and start the .bat file with popen, and problems goes away.