Ads 468x60px

Smaller time frame always follow the bigger time frame. It's better wait be patience to enter in position than risk with BIG SL. Having strong trading discipline and taking losses when necessary is a sign of serious trading approach
Subscribe:

Labels

Thursday, June 14, 2012

View available drives on the computer via DOS command


If you're using Windows Vista or 7, use the wmic command at the command line to view available drives on the computer. At the prompt, type the below command.

wmic logicaldisk get name
Name
C:
D:
E:


wmic logicaldisk get size
Size
44063256576
115870789632
173912064



comments