Possible Duplicate:
Navigate to previous directory in windows command prompt
Is there an equivalent of Linux's cd - (change to previous directory) in Windows?
Yeah, it's identical, see here:
cdis frequently included built directly into the command line interpreter. This is the case in most of the Unix shells (Bourne shell, tcsh, bash, etc.), cmd.exe and Windows PowerShell on Windows and COMMAND.COM on DOS.