PCbanter

PCbanter (http://www.pcbanter.net/index.php)
-   Security and Administration with Windows XP (http://www.pcbanter.net/forumdisplay.php?f=16)
-   -   How to use cd command in Windows (http://www.pcbanter.net/showthread.php?t=1070875)

dotancohen July 21st 11 04:54 PM

How to use cd command in Windows
 
Hi all, I'm a Linux user just starting to get the hang of Windows 7. How can one perform these functions with the Windows cd command:
1) Go back to the previous directory (cd - in Bash)
2) Go to the user's home directory (cd ~ in Bash)
3) Bookmark a directory (not built into bash, but cdargs or DerB can be added)

Thanks

dotancohen October 18th 11 10:10 AM

Quote:

Originally Posted by shimer (Post 3403394)
The CD command is an internal command and is available in the below Microsoft operating systems.

‎Thank you Shimer. I am intimately familiar with the cd command in unix systems. My question was regarding specific use cases of the command in Windows. Thanks.

Techrupert October 28th 11 12:06 PM

Quote:

Originally Posted by dotancohen (Post 3403395)
‎Thank you Shimer. I am intimately familiar with the cd command in unix systems. My question was regarding specific use cases of the command in Windows. Thanks.

Hi, hope this helps.

Displays the name of or changes the current directory.

CHDIR [/D] [drive:][path]
CHDIR [..]
CD [/D] [drive:][path]
CD [..]

.. Specifies that you want to change to the parent directory.

Type CD drive: to display the current directory in the specified drive.
Type CD without parameters to display the current drive and directory.

Use the /D switch to change current drive in addition to changing current
directory for a drive.

If Command Extensions are enabled CHDIR changes as follows:

The current directory string is converted to use the same case as
the on disk names. So CD C:\TEMP would actually set the current
directory to C:\Temp if that is the case on disk.

CHDIR command does not treat spaces as delimiters, so it is possible to
CD into a subdirectory name that contains a space without surrounding
the name with quotes. For example:

cd \winnt\profiles\username\programs\start menu

is the same as:

cd "\winnt\profiles\username\programs\start menu"

which is what you would have to type if extensions were disabled.

dotancohen October 28th 11 02:14 PM

Thank you, Techrupert. The information that you posted is very informative, but it does not address the three questions posted in the OP.

nicksmith November 17th 21 08:54 PM

When I have any problem related to the computer I immediately contact bestpctips.com and a competent specialist helps me solve it. A specialist also advises how to avoid the appearance of permanent errors. The service is super and inexpensive!


All times are GMT +1. The time now is 02:41 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2004 - 2006 PCbanter
Comments are property of their posters