Little brother has recently encountered many problems when using TFTP for PXE network cloning. For example, the PXE boot will display a timeout, and sometimes the TFTP server pops up many send boxes and never starts transmitting. I have searched a lot of information online, but it is just touching the surface and not getting to the key points.
@echo off
SET TZ=GHO-08:00
prompt $p$g
\net\Undipd.com 0x60
MOUSE.COM
echo Loading...
GHOST.EXE -clone,mode=prestore,src=@mcchenglong,dst=1:1 -sure -rb
What does the line "SET TZ=GHO-08:00" mean? I tried removing this line and a box will appear.
@echo off
SET TZ=GHO-08:00
prompt $p$g
\net\Undipd.com 0x60
MOUSE.COM
echo Loading...
GHOST.EXE -clone,mode=prestore,src=@mcchenglong,dst=1:1 -sure -rb
What does the line "SET TZ=GHO-08:00" mean? I tried removing this line and a box will appear.
