| [drive:][path][filename] | Specifies the drive, directory, and/or files to list. |
| /P | Ignored. |
| /W | Uses wide list format. |
| /A | Displays files with specified attributes, where attributes are :-
| D | Directories |
| R | Read-only files |
| H | Hidden files |
| A | Archive files |
| S | System files |
| - | Prefix meaning NOT |
|
| /O | Display files sorted in the specified order, where order is :-
| G | Group directories first |
| N | By name (alphabetic) |
| E | By file extensions |
| D | By file date and time (earliest first) |
| S | By file size (smallest first) |
| - | Prefix to reverse the order |
|
| /T | Display or sort on this timefield. where timefield is :-
| C | Creation |
| A | Last access |
| W | Write |
|
| /V | Display Volume Name and Serial Number. |
| /N | Uses new long file name directory format. |
| /F | Uses 8.3 file name directory format, when possible. |
| /B | Uses bear format (only display file names). |
| /J | Right justified file name extensions for 8.3 file names. |
| /S | Process sub-directories. |
| /L | Display file names in lower case. |