command prompt?

R

Ronald E. Foltz

when i open the command prompt window, it opens with "C:\Documents and
Settings\WINXP"\but no matter string i type in, for
example: C:\Windows, it shows the message;
'C:\Windows' (with the apostrophes) is not
recognized as an internal or external command, operable program or batch
file.......how do i use the command prompt to access a folder? Am trying to
delete and "undeletable" file
 
D

Dave Patrick

Create a shortcut with a "Target" value of;
%windir%\hh.exe Ms-its:%windir%\help\ntcmds.chm::/ntcmds.htm

Then look for chdir command

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| when i open the command prompt window, it opens with "C:\Documents and
| Settings\WINXP"\but no matter string i type in, for
| example: C:\Windows, it shows the message;
| 'C:\Windows' (with the apostrophes) is not
| recognized as an internal or external command, operable program or batch
| file.......how do i use the command prompt to access a folder? Am trying
to
| delete and "undeletable" file
|
|
 
A

Alex Nichol

Ronald said:
when i open the command prompt window, it opens with "C:\Documents and
Settings\WINXP"\but no matter string i type in, for
example: C:\Windows, it shows the message;
'C:\Windows' (with the apostrophes) is not
recognized as an internal or external command, operable program or batch
file.......how do i use the command prompt to access a folder?

You need to use the CD command to get to a different folder. On the
first occasion use a leading \ so as to start off at the root of the
drive - so
CD \Windows
will get you into C:\Windows
where
CD System32
will get you into C:\Windows\system32
at the next level.

WINXP is presumably the name of the account you are using: by default
the prompt starts in that, so that
CD My Documents
gets you one down into your My Documents folder
 
W

Wesley Vogel

Try this...

Right click the Desktop | New | Shortcut |
Paste this in the location box:

%SystemRoot%\system32\cmd.exe

Click Next | Click Finish |

Right click the new cmd.exe shortcut | Properties |
In the Start in box replace %windir% with C:\ |
Apply | OK

You can also change the Start in for the cmd shortcut located under
Accessories on the Start Menu.

HOW TO: Set the Command Processor Appearance in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;en-us;309019

Set the Command prompt default path to a certain directory
http://windowsxp.mvps.org/autoruncmd.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top