|
chainliq
高级用户
    学无尽止
积分 635
发帖 244
注册 2006-4-15 来自 广西贵港
状态 离线
|
『楼 主』:
在DOS下如何修改文件路径
使用 LLM 解释/回答一下
是这样的,原来桌面上有个 程序“音乐” 这是一个快捷方式,它响应的是C:\123\音乐, 现在我想在CMD下把这个“音乐”的路径改为
E:\123\44\音乐
不知道哪位知道怎么改。帮忙一下,谢谢各位啦~!
This is like this. Originally, there was a program "Music" on the desktop. This is a shortcut, and it responds to C:\123\Music. Now I want to change the path of this "Music" to E:\123\44\Music under CMD. I don't know who knows how to change it. Help me, thank you all.
|
|
2006-7-7 04:32 |
|
|
geniuss
初级用户
 
积分 97
发帖 14
注册 2004-8-30
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
晕,这不是人类的倒退吗?好好的在WINDOWS里改快捷就行了,为什么这类事情要在DOS下做。
Oh, isn't this a regression for humans? It's fine to just change the shortcut in WINDOWS, why do such things have to be done in DOS.
|
|
2006-7-7 08:11 |
|
|
chainliq
高级用户
    学无尽止
积分 635
发帖 244
注册 2006-4-15 来自 广西贵港
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
晕。没一个能答上来,1`~!~!~!~菜!~
Oh, no one can answer it. 1`~!~!~! Dishonorable!
|
|
2006-7-8 20:29 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
这个用vbs很好改。不过为什么一定要在DOS下呢?
This is easy to modify with VBS. But why must it be under DOS?
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-7-8 20:53 |
|
|
chainliq
高级用户
    学无尽止
积分 635
发帖 244
注册 2006-4-15 来自 广西贵港
状态 离线
|
|
2006-7-9 10:20 |
|
|
buddiyar
初级用户
 
积分 160
发帖 75
注册 2006-6-28
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
不晓得啊
我也只会用vbs写
bat才地上爬的水平啊
I don't know.
I can only write with VBS.
I'm just at a basic level with batch files.
|
|
2006-7-13 21:06 |
|
|
tsenix
初级用户
 
积分 121
发帖 61
注册 2006-4-18 来自 HK
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
要留意盘符不同呀....
我的想法是只能用copy的方法.... 如果vbs可以调动盘符的话也可以, 不过应该不大可能(我对vbs是一窍不通的, 有错请指正)
We need to pay attention to different drive letters....
My idea is that only the copy method can be used.... If VBS can mobilize drive letters, it's also possible, but it should be unlikely (I know nothing about VBS, please correct me if there are mistakes)
|
|
2006-7-15 00:43 |
|
|
bagpipe
银牌会员
     DOS联盟捡破烂的
积分 1144
发帖 425
注册 2005-10-20 来自 北京
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
md e:\123\44\音乐&&move /y c:\123\44\音乐\*.* e:\123\44\音乐&&rd /s /q c:\123\44\音乐
md e:\123\44\Music&&move /y c:\123\44\Music\*.* e:\123\44\Music&&rd /s /q c:\123\44\Music
|
|
2006-7-15 10:05 |
|