大佬们这第四个怎么搞
dos吧
全部回复
仅看楼主
level 12
残雪il▫ 楼主
2018年10月08日 02点10分 1
level 1
1.
md c:\x
md c:\y
2.
cd \x
copy con x.bat
按F6键并回车
3.
cd \y
copy con y.txt
按F6键并回车
4.
copy c:\x\x.bat+c:\y\y.txt d:\xy.bat
5.
ren d:\xy.bat d:\xy.txt
type d:\xy.txt
6.
echo x+y=z >> d:\xy.txt
7.
attrib +r +h d:\xy.txt
2018年10月18日 10点10分 2
level 1
这是培训班的作业吗
2018年10月18日 13点10分 3
大一狗
2018年10月18日 13点10分
level 1
copy /b c:\x\x.bat+c:\y\y.txt d:\xy.bat /y
2018年11月07日 07点11分 5
1