CMD Master
Retour au blog
Arnošt Havelka

Options DIR - Commutateurs de commande

Apprenez à utiliser /? pour découvrir les options des commandes

Démarrer la leçon interactive
Options DIR - Commutateurs de commande

Every Windows command supports options (or switches) that customize its behavior. You can discover these options by appending the /? help switch to any command.

Essayer la commande

Try using dir /? or dir /w to see options!

Composer la commande
dir
Terminal
C:\Users\Student>dir /?
DIR Displays a list of files and subdirectories in a directory. DIR [drive:][path][filename] [/A] [/B] [/O:{D | -D}] [/P] [/S] [/W]

Using the Help Switch

To see all available options for the dir command, you run:

dir /?

This displays a list of all options, such as /w for wide format and /p to pause after each screenful.


Vérification des connaissances

1 / 1

Which switch displays help and options for any command?

Références

Ces liens de documentation fournissent des informations fiables sur les commandes utilisées dans cet article.

À suivre

La Commande Echo

Apprenez à parler au terminal.