To quickly map a network folder in Windows 7 use the pushd command.
For example to map the network folder '\\servername\movies' enter on the command line:
pushd \\servername\movies
Pushd use the first free drive letter, counting down from 'Z:'
The mapping will be lost if you logout. To permanently map a network folder use the 'Map network drive' option under 'Computer'.