Batch file: map a FTP server

688 views Asked by At

I want to add a a network location / map a drive to my ftp server. I know how to do this manually but i would like to have it in a batch file.

im guessing its along the lines of: "net use x: \[server IP]\ /username:[username] /Password:[password] /p"

and how can i assign a name for it with this?

Thanks!

0

There are 0 answers