Network Bootdisk

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We are trying to automate Norton Ghost through a network server running WIn2K. When creating a network bootdisk to connect to the server, is there anyway to automate the log on for the server that we can add to the bootdisk?
 
Wayne55 said:
We are trying to automate Norton Ghost through a network server running
WIn2K. When creating a network bootdisk to connect to the server, is there
anyway to automate the log on for the server that we can add to the
bootdisk?

=======================

With my network boot disk, I can embed these commands into autoexec.bat:

net start
net logon wayne SomePassword
net use z: \\SomeServer\SomeShare
 
Back
Top