批处理文件1.BAT内容如下:
@echo off
@echo 正在更新ERP系统,请稍后......
cd\
d:
cd erp\
net use \\192.168.2.121\ipc$ "admin" /user:server\administrator
copy erp.ini \\192.168.2.121\d$\erp /y
批处理中的IP地址192.168.2.121要求读取1.TXT中
192.168.2.101
192.168.2.102
......
192.168.2.254
列表内容,特请教批处理怎么写?
@echo off
@echo 正在更新ERP系统,请稍后......
cd\
d:
cd erp\
net use \\192.168.2.121\ipc$ "admin" /user:server\administrator
copy erp.ini \\192.168.2.121\d$\erp /y
批处理中的IP地址192.168.2.121要求读取1.TXT中
192.168.2.101
192.168.2.102
......
192.168.2.254
列表内容,特请教批处理怎么写?
