Easily connect mapped network using pushd command
I would like to share this information
If you want to connect map network using command prompt in windows , you can use pushd command.
C:\Users\mazar>pushd \\10.1.xx.xxx\export
Z:\>dir
Volume in drive Z has no label.
Volume Serial Number is 3CF7-C48C
Directory of Z:\
05/14/2012 02:55 PM <DIR> .
05/14/2012 02:55 PM <DIR> ..
01/23/2012 11:43 AM 866,799 itsupport-db_2012-01-23.sql
01/29/2012 04:15 PM 1,094,435 itsupport-db_2012-01-29.sql
01/31/2012 11:57 AM 1,144,597 itsupport-db_2012-01-31.sql
02/04/2012 04:18 PM 1,267,529 itsupport-db_2012-02-04.sql
02/05/2012 03:23 PM 1,305,221 itsupport-db_2012-02-05.sql
popd command use to disconnect mapped network.
Z:\>popd
C:\Users\mazar>
More Detail :