Can i make one batch file from three? Here is the 3 batch files.:
tpo.bat(this need to be the first)
robocopy D:\ftp\TPO\y\Kozos\tpo y:\tpo /mir /r:1 /W:1 /log:c:\cmd\robocopy_tpo.log
second: szallitolevel.bat
robocopy "y:\Leigazolt szallitolevelek" "d:\ftp\tpo\y\Kozos\Partnerek\Leigazolt szallitolevelek" /mir /r:1 /W:1 /log:c:\cmd\robocopy_szallitolevel.log
third: megrendeles.bat
robocopy y:\megrendeles d:\ftp\tpo\y\kozos\megrendeles /mir /r:1 /W:1 /log:c:\cmd\robocopy_megrendeles.log
Thanks for any help
