准备批处理脚本
请帮忙准备DOS下的批处理脚本。
该脚本应按以下方式运行:
- Telent IP 并使用现有的密码(在脚本中明确给出)。
- telnet后,显示MENU选项
- MB station
- RC
- ODU
- AP
- SU
- Exit
<块引用>输入 1 // 将打开“MB station”菜单选项
2 - Unit Control
type 2 // UC MENU 选项将打开 ie
1 - 更改密码
2 - 重置
输入 1 //更改密码 MENU 选项将打开 ie
1 - 更改电脑密码
2 - 更改 LU 密码
3 - 更改管理员密码
输入 3 // 更改管理员密码
MB station - 更改管理员密码
输入新密码:XYZ 输入
重新输入密码 : XYZ 输入
新密码接受
退出
3 次 escape // 从 telnet 1.MB 站
2. 遥控
3.欧都
4.美联社
5.苏
6. 退出
输入 6 // 退出
出口? [是/否] 是
与主机的连接丢失。
然后使用不同的 IP 进行步骤。 IP 值将由用户在提示符下执行脚本时一次性给出,例如 ./pass-change IPs.txt
Please help to prepare batch script on DOS.
This script should run in following manner :
- Telent the IP and use the existing passwd (explicitly given in the script).
- After the telnet, it shows MENU options
- MB station
- RC
- ODU
- AP
- SU
- Exit
type 1 // a "MB station" MENU options will open i.e.
1 - Show
2 - Unit Control
type 2 // UC MENU options will open i.e
1 - Change Password
2 - Reset
type 1 //change passwd MENU options will open i.e.
1 - Change PC Password
2 - Change LU Password
3 - Change Admin Password
type 3 // to change ADMIN passwd
MB station - Change Admin Password
Enter New Password : XYZ enter
Re-enter Password : XYZ enter
New password accepted
3 times escape // to escape from telnet
1.MB station
2. RC
3. ODU
4. AP
5. SU
6. Exit
type 6 // to exit
Exit? [Y/N] y
Connection to host lost.
then move to step with different IP. The IP values will be given by the user one-time while executing the script at the prompt e.g. ./pass-change IPs.txt
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从这个开始:
start with this :