Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the hueman domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/future4tech/public_html/wp-includes/functions.php on line 6114
POPD – Windows CMD Command - Future4Tech

POPD – Windows CMD Command

Change directory back to the path/folder most recently stored by the PUSHD command.
POPD will also remove any temporary drive maps created by PUSHD

Syntax
      POPD 

PUSHD and POPD operate on a stack or LIFO (last in, first out) principle and so can be used multiple times.

Example

   C:\Program Files> PUSHD c:\utils
   C:\utils> PUSHD c:\Windows
   C:\Windows> 
   C:\Windows> POPD
   C:\utils> 
   C:\utils> POPD
   C:\Program Files>

Errorlevels

If the directory is successfully changed %ERRORLEVEL% = unchanged, typically this will be 0 but if a previous command set an errorlevel, that will be preserved (this is a bug).

If a bad switch is given %ERRORLEVEL% = 1

POPD is an internal command. If Command Extensions are disabled PUSHD and POPD will not create temporary drive letters.

You may also like...

1 Response

  1. zortilonrel says:

    Simply wanna remark on few general things, The website pattern is perfect, the subject material is real excellent. “The stars are constantly shining, but often we do not see them until the dark hours.” by Earl Riney.

Leave a Reply

Your email address will not be published. Required fields are marked *


Notice: ob_end_flush(): Failed to send buffer of zlib output compression (0) in /home/future4tech/public_html/wp-includes/functions.php on line 5464