Commandes DOS

Introduction modifier

Pop Directory

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

Utilisation modifier

POPD

Exemple modifier

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

Voir modifier