Archive for September 5th, 2007

05Sep

Command line mapping of network drives

Mapping network drives in Windows usually involves shuffling through Explorer menus. There is another way that I consider to be neater: using the Windows command line ("DOS" to some). The basic command for creating a mapping goes like this: net use w: \\yourserver.address To ensure persistence of the mapping across different Windows sessions, use this: [...]