Windows 命令行切换目录 特别注意:切换到其它盘符不需要 cd 命令 1. 切换到 C 盘根目录 打开终端 cmd 后,输入cd C:\(一定要加上后面的反斜扛) 2.切换到 C 盘子目录 打开终端 cmd 后,输入cd C:\dir1(切换到 C 盘下目录 dir1) 3.切换到其他盘根目录 打开终端 cmd 后,输入D:(不需要加 cd,一定不要加反斜扛) 4.切换到其他盘子目录 打开终端 cmd 后,先切换到根目录,再使用 cd 命令切换到子目录 DOS 底下常用命令 dir (di
MS的回答 LINK Try the following technique: Close all programs, move the “Windows Kits” folder to another disk, for example to “D:\Windows Kits”; remove the original folder. Start the “Command Prompt (Admin)”. It can be found in Start menu. If you find “
windows server2008下如何更改MySQL数据库的目录的帖子已经很多了,这里简单介绍一个步骤,如果不成功请先查看其它帖子. 更改默认的mysql数据库目录 将 C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.1\data 改到 D:\MysqlData . 建立文件夹 D:\MysqlData . 停止 mysql 服务,将 "C:\Documents and Settings\Al