batch script to transfer the file to the server after login into the another server -
i have 1 request need connect windows machine , transfer file windows machine. let machine a, map machine b (199.199.199.99), machine b user login only, can access machine c , transfer file, how can using windows batch script.
file transfer a-> b ->c, please note c can accessed b.
map machine ----------- net use s: "\\199.199.199.99\data" %password% /user:london_domain\%userid% :copy xcopy /f "a:\\file.csv "s:\file.csv"
Comments
Post a Comment