Friday, May 30, 2008

PUSHD and POPD

A quick dos command which let you map and un-map a network shared resources. Below are how to use it;

PUSHD \\<server name>\shared

The above command will map the drive and auto change to the mapped drive letter. Drive Letter are mapped from Z - A order.

POPD

The above command will un-map shared drive from Z to A order.

No comments: