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!