|
silkroad
新手上路

积分 6
发帖 1
注册 2006-3-28
状态 离线
|
『楼 主』:
如何让CMD进入C盘根目录
使用 LLM 解释/回答一下
我使用的是2000操作系统,现在输入CMD,默认进入的是c:\winnt\system32,有什么办法可以直接进到c:\ ?
I'm using the Windows 2000 operating system. Now when I type CMD, it defaults to entering c:\winnt\system32. Is there any way to directly go to c:\?
|
|
2006-3-28 09:25 |
|
|
bagpipe
银牌会员
     DOS联盟捡破烂的
积分 1144
发帖 425
注册 2005-10-20 来自 北京
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
GOOGLE里查找一下“更改DOS默认路径”答案自然揭晓 .........................
Searching "Change the default path of DOS" in GOOGLE will naturally reveal the answer .........................
|
|
2006-3-28 10:53 |
|
|
doscc
中级用户
  
积分 256
发帖 93
注册 2006-3-26 来自 广东
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
开起 cmd
cd\ 回车
就可以了
Open the cmd.
Press Enter after typing "cd\"
That's it.
|
|
2006-3-29 10:11 |
|
|
kingchain
初级用户
 
积分 133
发帖 57
注册 2006-3-15
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
以前知道 好象修改REGEDIT 后来忘记了
楼主说的意思是每次打开CMD都直接跳到c:\。。
希望知道的说下啊
I used to know, it seems like modifying REGEDIT, but then I forgot. What the LZ means is that every time you open CMD, it directly jumps to c:\. I hope someone who knows can tell me.
|
|
2006-3-29 11:02 |
|
|
3742668
荣誉版主
      
积分 2013
发帖 718
注册 2006-2-18
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
1,桌面右键,建立快捷方式,输入命令行:cmd /k cd\
2,建立一批处理文件c:\设置.bat,内容为 @cd\ ,然后修改注册表HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor下的AutoRun值为c:\设置.bat。。。或者直接更改autorun的值为cd\,不过我喜欢建立一个批处理文件,这样可以建立自己喜欢的环境。
Last edited by 3742668 on 2006-3-29 at 11:16 ]
1. Right - click on the desktop, create a shortcut, and enter the command line: cmd /k cd\
2. Create a batch file c:\setup.bat with the content @cd\, then modify the AutoRun value under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor in the registry to c:\setup.bat... Or directly change the autorun value to cd\, but I prefer to create a batch file so that I can set up the environment I like.
Last edited by 3742668 on 2006 - 3 - 29 at 11:16 ]
|
|
2006-3-29 11:11 |
|
|
Michael
钻石会员
       
积分 10046
发帖 3039
注册 2002-11-11
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
按2楼的关键字的确能搜索到解决办法。
Searching with the keywords from the 2nd floor indeed can find the solution.
|

简单就是美 |
|
2006-3-29 22:21 |
|
|
zjnbwdj
中级用户
  
积分 300
发帖 137
注册 2005-11-4
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
放一个指向CMD的快捷方式在快速启动栏里,或者在桌面亦可,目标为:%windir%\system32\cmd.exe,起始位置改为C:\就OK了,我一直都是这么用的,我的起始位置为E:\DOS
PS:2000的CMD默认路径好像是D:\Documents and Settings\username>的吧
Last edited by zjnbwdj on 2006-3-30 at 22:57 ]
Put a shortcut to CMD in the Quick Launch bar or on the desktop. The target is %windir%\system32\cmd.exe, and change the start in to C:\. That's how I've always used it. My start in is E:\DOS
PS: The default path of CMD in 2000 seems to be D:\Documents and Settings\username>
|
|
2006-3-30 22:55 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
Originally posted by zjnbwdj at 2006-3-30 22:55:
2000的CMD默认路径好像是D:\Documents and Settings\username>的吧
对,Win2000、XP、2003的CMD默认路径都是如此。但我不明白 CMD 来这个目录用途有多大?!我一直喜欢把默认路径改为 %SystemRoot%\System32
Last edited by JonePeng on 2006-3-31 at 00:07 ]
Originally posted by zjnbwdj at 2006-3-30 22:55:
The default path of CMD in 2000 seems to be D:\Documents and Settings\username>
Yes, the default path of CMD in Win2000, XP, and 2003 is like this. But I don't understand how useful it is for CMD to be in this directory?! I always like to change the default path to %SystemRoot%\System32
Last edited by JonePeng on 2006-3-31 at 00:07 ]
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2006-3-31 00:06 |
|
|
3742668
荣誉版主
      
积分 2013
发帖 718
注册 2006-2-18
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
我的都是改到桌面,这样测试起来就不用打开目录了。
I all change to the desktop, so that I don't need to open the directory when testing.
|
|
2006-3-31 07:05 |
|