DOS/Popd

Un livre de Wikilivres.
< DOS
Commandes DOS

Introduction[modifier | modifier le wikicode]

Pop Directory

Commande interne DOS, elle permet de retourner au répertoire courant précédent la dernière commande pushd.

Utilisation[modifier | modifier le wikicode]

POPD

Exemple[modifier | modifier le wikicode]

REM C:\
PUSHD C:\Windows
REM C:\Windows
PUSHD E:\temp
REM E:\Temp
POPD
REM C:\Windows
POPD
REM C:\

Voir[modifier | modifier le wikicode]