[Toc][Index]

DIRS - Display the directory stack

 
 Purpose:    Display the current directory stack. 
             
 Format:     DIRS 
 
 See also:  PUSHD, POPD, and Directory Navigation. 
 Usage 
 The PUSHD command adds the current default drive and directory to the 
 directory stack, a list that CMD.EXE maintains in memory.  The POPD 
 command removes the top entry of the directory stack and makes that drive 
 and directory the new default.  The DIRS command displays the contents of 
 the directory stack, with the most recent entries on top (i.e., the next 
 POPD will retrieve the first entry that DIRS displays). 
 The directory stack holds 511 characters, enough for 20 to 40 typical 
 drive and directory entries. 

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs