Friday, August 10, 2012

How to open folder using command prompt

To open a folder from command prompt use following command:

start .(start followed by a space, followed by a dot/period)

To open the parent folder of the current location use:

start ..(start followed by a space, followed by a 2 dots/period symbols)