求助如何向多臺liunx電腦發送指定文件工作上我們要更新軟件文件,每次都需手動更改,有寫一簡單的批處理,仍想求更高效率。liunx電腦的用戶名是:ope,密碼:operator自己簡單小批處理如下:b.txt文件內容,查看機器號:open 10.83.19.147opeoperatorcd lts/system/configget tester.confbyc.txt文件內容,上傳tss.zip壓縮文件:puaseopen 10.83.19.147opeoperatorcd ltsbackbinput tss.zippuase執行的批處理文件auto update.bat:@echo ************************升級開始********************ftp -s:b.txt@echo ************************瞄哈下面tester ID ,不對就干掉程序********************echo.type tester.conf | find Station & type tester.conf | find TesterID || type tester.conf type tester.conf | find HostName @pausedel tester.confftp -s:c.txt @echo ************************大功告成!??!***************@pause想可以同時實現多臺電腦的批理上傳文件。希望有人能幫助到我。謝謝了!