This is what I could find: heres the link to that site
click win2k pro then click deploy then unattended install
Microsoft Windows 2000 Guide to Unattended Setup
Answer File Parameters for Unattended Installation of the Windows 2000 Family of Operating Systems
Microsoft Corporation
Unattended Setup mode is a hands-free method of installing Microsoft® Windows® 2000 that is convenient for Original Equipment Manufacturers (OEMs), Administrators in corporations, Value Added Resellers (VARs), and other users.
Note For a complete listing of Winnt.exe and Winnt32.exe commands, see Windows 2000 Help. Or, at a command prompt, switch to the \i386 folder on the Windows 2000 product CD, and then type: winnt /? or winnt32 /?
To start Windows 2000 Setup in unattended Setup mode from MS-DOS® or Windows 3.1/Windows for Workgroups, a user must specify:
winnt /u:<answer file> /s:<install source> /t:<target drive>
To start Windows 2000 Setup in unattended Setup mode from Windows 95 or Windows 98, Windows NT®, or Windows 2000, a user must specify:
winnt32 /unattend:<answer file> /s:<install source> [/syspart:<target drive>] [/tempdrive:<target drive>]
where:
<answer file> is a file that contains answers to questions that should be automated during installation.
<install source> is the location of the Windows 2000 installation files.
/syspart copies all boot files to the target drive and marks it as active. This option is only valid for Winnt32.exe.
/tempdrive copies all the installation files to a temporary folder on the target drive. This option implies that Windows 2000 must be installed in the specified drive and is only valid for Winnt32.exe.
If the temporary folder is full, the user is prompted to choose another directory during setup. After this is done, unattended setup continues.
Note The /tempdrive parameter, like the /t switch for the Winnt.exe command, is useful to ensure the correct drive is chosen without user intervention when the hard disk has multiple partitions or hard disks.
/t (Optional) copies all the installation files to a temporary directory on the target drive. This option assumes that Windows 2000 is installed in the specified drive and is only valid for Winnt.exe.
If the temporary directory is full, the user is prompted to choose another directory during setup. After this is done, unattended setup continues.
Note Use the /t or /tempdrive switches to install Windows 2000 to a partition other than the boot partition on a computer.
A combination of /syspart and /tempdrive is useful if the target drive is used as the primary drive on another computer. The /syspart and /tempdrive parameters are optional. By using them together, you can create a custom image that can be used across non-identical computers. GUI-mode Setup then completes the installation on those computers.
Important If you direct /syspart to a non-boot drive on your computer, remove that drive before restarting your computer. Otherwise, your computer cannot boot.
To start Windows 2000 Setup in unattended Setup mode from the Windows 2000 product CD
The computer must support booting from the CD-ROM drive—El Torito No Emulation CD boot support.
The answer file must be named Winnt.sif and must be placed on a floppy disk to be inserted as soon as the computer boots from the CD.
The Winnt.sif answer file may also be placed on and run from a bootable CD. For more information about creating a bootable CD, see KB article Q167685, "How to Create an El Torito Bootable CD-ROM" at the Microsoft Product Support Services Web site:
http://support.microsoft.com/support/
The answer file must contain a [Data] section with the required keys specified. For more information, see "[Data]," later in this document.
Note When using the Remote Installation Service (RIS) to install Windows 2000 on a computer that has a bootable network card, specify the network card as the first bootable device and demote all others. You then provide the maximum possible number of methods for successfully deploying Windows 2000 to computers in your environment. For more information about using RIS, see "[RemoteInstall]," later in this document.
One method to simplify this process is to modify the BIOS to specify the CD-ROM as the first bootable device, the floppy drive as the second, and the hard drive as the third.
Answer File Format
In general, an answer file, such as Unattend.txt or Sysprep.inf, consists of section headers/keys, parameters, and the values for each parameter. Most of the section headers are pre-defined, but some may be user-defined. You don't need to specify all of the possible parameters in the Unattend.txt file if the installation does not require them.
The file format is as follows:
[section1]
;
; Section contains keys and the corresponding
; values for those keys/parameters.
; keys and values are separated by '=' signs
; Values that have spaces in them usually require double quotes
; "" around them
;
key = value
.
.
[section2]
key = value
Invalid parameter values generate errors or may cause incorrect behavior after setup.
Description of Answer File Parameters
Bold
for a section or a key name. The exact name specified must be used.
<user-def>
for a key or a section name when specified and enclosed in brackets (< >) and italicized. The name used can be specified by the creator of the answer file.
Key values
are string type, unless otherwise mentioned. Wherever Type = Numeric is specified, the value is written as a decimal number unless expressly mentioned otherwise.
Optional
indicates that the key is optional. Unless indicated, all keys are required for the given section.
Default
indicates the default value assumed if a key is not present.
[