移动文件批处理命令
答案:3 悬赏:0 手机版
解决时间 2021-03-15 22:43
- 提问者网友:遮云壑
- 2021-03-15 01:41
将桌面"2014"开头的txt文件移动至E:\Other\文件夹下,然后打开D:\My Documents\1.xls文件
最佳答案
- 五星知识达人网友:慢性怪人
- 2021-03-15 03:02
if exist "d:\other" (
c:
cd %userprofile%\桌面
move 2014*.txt d:\other\ /y
) else (
md d:\other
c:
cd %userprofile%\桌面
move 2014*.txt d:\other\ /y
)
start D:\"My Documents"\1.xls
c:
cd %userprofile%\桌面
move 2014*.txt d:\other\ /y
) else (
md d:\other
c:
cd %userprofile%\桌面
move 2014*.txt d:\other\ /y
)
start D:\"My Documents"\1.xls
全部回答
- 1楼网友:像个废品
- 2021-03-15 03:51
move c:\你的桌面路径\2014*.txt E:\Other\
start “D:\My Documents\1.xls”
“你的桌面路径”自己编辑完整
搞定,采纳哦
- 2楼网友:蕴藏春秋
- 2021-03-15 03:28
md c:\beifen2 move c:\*.* c:\beifen2\
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯