收徒de问题



请听题:
假设有某cmd下的工具abc.exe,使用语句为 abc.exe -h -s startip endip  -max -slo (-fas)
使用后可以在其根目录的cba目录下产生一个t new balance 576 xt格式的报告---rep.txt.
现在,请写一个批处理,要求:
1.让用户输入startip 和 endip
2,让用户选择使用方式;
  1快速--- 指向abc.exe -h -s startip endip  -max -fas
  2普通--- 指向abc.exe -h -s startip endip  new balance 576 shoes  -max -slo
3.要将1中的startip 和 endip代入进abc.exe -h -s startip endip  -max -slo (-fas)
4.确定执行吗?y,开始 n,回到第一步
5,执行完毕后,显示:工作完毕,整理中....
6.将cba下的rep.txt拷贝到c盘根目录下,并且重命名为ok.txt
7.将ok.txt通过 ftp方式上传到264.255.34.25,用户名和密码是aaa.
8.删除rep.txt
9.本机打开ok.txt
10.结束,显示bye!

你可能感兴趣的:(C++,c,工作,C#)