|
|
Add style to your DIR command - Windows
|
Views : 366
|
|
Tagged in : Windows
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Add style to your DIR command
Here are some "styles" you can add to your most often used command line command(Start -> Run -> type cmd):
DIR C: D:
View directory of drive C and D at the same time.
DIR /S /B
Get a list of files in the current and sub directories with their full path name (directory name + file name).
DIR /X
View the short (8.3 DOS file name) and the long name of files in the current directory.
DIR /A
Display all the files in the current directory including hidden and system files.
DIR /OS
Sort files by size -- smallest first.
DIR /?
Find out even more cooler styles (well, okay, parameters) you can use with the DIR command.
|
|
By Sanju, On - 2009-11-08 |
|
|
|