『第 173 楼』:
在请大师帮帮我
使用 LLM 解释/回答一下
我想改成自动网克C盘要怎么改 别掀我烦小弟在这谢谢大家
rem 该文件是DOS启动网络后的批处理程序.几个重要变量,%tftpip%就是hanewin dhcp
rem 服务端的ip地址,%wkstn%是dos的计算机名,%mac%是网卡的mac,%drive%是当前dos
rem 的启动盘符,更多的变量以后公布.
rem 下面是一个简单网络部署的例子:
rem 全自动整盘网克命令,连接任务my
rem ghost -clone,mode=create,src=1,dst=@MCmy -sure -fx
rem ghost -clone,mode=pcreate,src=1:1,dst=@MCmy -sure -fx
rem ghost -clone,mode=prestore,src=@mcmy,dst=1:1 -sure -fx
ghost -clone,mode=restore,src=@MCmy,dst=1 -sure -fx
rem 自动下载扫描后的mac地址列表,文件名暂定为netinfo.txt
tftp get netinfo.txt %tftpip%
rem 全自动改计算机名,IP,GETWARY,DNS,WINS....,其中计算机名,IP可以来自netinfo.txt
modisys
rem 快速重启
rem fdapm hotboot
rem 大家发挥自己的想象,轻轻松松部署网络
怎么修改?
Last edited by hu526 on 2007-12-6 at 08:22 PM ]
How to modify?
rem This file is a batch program after DOS starts the network. Several important variables, %tftpip% is the IP address of the hanewin dhcp server, %wkstn% is the computer name of DOS, %mac% is the MAC of the network card, %drive% is the current boot drive of DOS, more variables will be announced later.
rem The following is an example of a simple network deployment:
rem Fully automatic whole disk network clone command, connect task my
rem ghost -clone,mode=create,src=1,dst=@MCmy -sure -fx
rem ghost -clone,mode=pcreate,src=1:1,dst=@MCmy -sure -fx
rem ghost -clone,mode=prestore,src=@mcmy,dst=1:1 -sure -fx
ghost -clone,mode=restore,src=@MCmy,dst=1 -sure -fx
rem Automatically download the scanned MAC address list, the file name is tentatively set as netinfo.txt
tftp get netinfo.txt %tftpip%
rem Fully automatic computer name, IP, GETWARY, DNS, WINS... modification, among which the computer name and IP can come from netinfo.txt
modisys
rem Quick restart
rem fdapm hotboot
rem Everyone use your imagination, easily deploy the network
How to modify?
Last edited by hu526 on 2007-12-6 at 08:22 PM ]
|