Can anyone help fill in the blanks for me? I am trying to auto install w2k over the network on several pcs. I used the setup manager found on the w2k pro disk with no problems, set up a distribution point on the network and shared the folder. I have a network bootable floppy that works – I can connect to the server no problem. But when I try to run the setup, I get a bad command message back. Here is the .bat file I am using (created by stupmanager):
set AnswerFile=.\unattend.txt
set SetupFiles=\\library\win2000dist
\\library\win2000dist\winnt32 /s:%SetupFiles% /unattend:%AnswerFile%
where library is the server and win2000dist is the sharename. I also tried just running the command line plugging in the answer file and setupfiles variables. I tried using netuse to map the share to a drive letter, but that gave the same error. Any ideas? Perhaps I have the wrong type of boot disk? Is there a way to make the correct one with w2k? Thanks!