08.02.2022 Views

batch-file-es Windows

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

pushd ..\..

pushd

echo Current Directory: %cd%

echo:

popd

pushd three

pushd

echo Current Directory: %cd%

Salida:

C:\example\two

C:\example\one

C:\example

Current Directory: C:\

C:\example\two

C:\example\one

C:\example

Current Directory: C:\example\two\three

Lea Directorio de pila en línea: https://riptutorial.com/es/batch-file/topic/4288/directorio-de-pila

https://riptutorial.com/es/home 33

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!