Hey Guys, I'm new here, does anyone knows how to use PHP, in order to upgrade 
executables in applications, same as using batch files, but whit a PHP Web 
interface code?
In batch files I know how do do it:
rem *************** exe copie********************

FOR /F "tokens=1" %%i in (test.txt) do copy d:\aplication\aplication.exe 
"%%i"\C$\aplication_path\exe\

Does anyone knows the sintaxe for PHP?
        Sorry the bad English.  
                Tanks for helping.
                        Djalmeida

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to