WinMap

WinMap is a windows utility that allows you to map drive letters to network drives.

It is a command line utilitiy in that it uses the command line parameters rather 
than a dialog box. The only time it opens a dialog box is if it needs a username
and password to map the network drive.

The format for the command line is:

WINMAP <Drive Letter>:=<Server>/<Volume>:<Directory> [/d]

e.g.

WINMAP F:=SAM/SYS:APPS

The /d parameter deletes the network drive.

Enjoy

Stephen A. Mott (S.Mott@mdx.ac.uk)