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 ]