开发者

windows batch file to copy a file from a server to local

开发者 https://www.devze.com 2023-01-27 15:40 出处:网络
I would like to write a little code that copy on a local pc a file from another (a server). Which Windows batch file function I can use to write th开发者_运维百科is little batch file program, (FTP ma

I would like to write a little code that copy on a local pc a file from another (a server).

Which Windows batch file function I can use to write th开发者_运维百科is little batch file program, (FTP maybe?)

And also to visualize a message on my pc (the local pc)

thanks for all


Just use wget.

It can be called from your batch file and will download from HTTP and FTP.


Write SHUTDOWN -i in a note pad then save to desktop and name it anything but it must have .bat at the end and then click save and u can shutdown any computer in you server.

0

精彩评论

暂无评论...
验证码 换一张
取 消