The tksearch utility performs a Toolkit search for the following information:
tksearch driverpath [/W:n | /WP:nospath | WP:prodspec.ini] [/M:machtype/platform_ID] [/B:filename] [/?]
The tksearch utility uses these parameters.
Parameter | Description |
---|---|
driverpath | The fully qualified directory path to start searching for driver sets. For example: F:\sgdeploy\drvs. |
/W:n | The preferred version of Windows to device
drivers to search for:
|
/WP:nospath | The fully qualified path to directory to start searching for the Windows prodspec.ini file. For example, F:\sgdeploy\os\w23_std |
/WP:prodspec.ini | The fully qualified path to the Windows prodspec.ini file. For example, F:\sgdeploy\os\w23_std\i386\prodspec.ini |
/I:machinetype/platform_ID |
|
/B:filename |
|
The following examples illustrate tksearch utility usage.
Example | Description |
---|---|
tksearch f:\sgdeploy\drvs | Search all ServerGuide drivers sets regardless of machine type or NOS type. |
tksearch f:\sgdeploy\drvs /W:4 | Search all ServerGuide drivers sets for Windows Server 2003 x64 regardless of machine type. |
tksearch f:\sgdeploy\drvs /WP:f:\w2000\i386\prodspec.ini | Search all ServerGuide drivers sets for Windows Server 2000 regardless of machine type. |
tksearch f:\sgdeploy\drvs /M:8853,7978 | Search all ServerGuide drivers sets for systems with machine type 8853 and 7978 regardless the NOS type. |
tksearch f:\sgdeploy\drvs /M:8853 /W:f:\sgdeploy\os\w23_std | Search all ServerGuide drivers sets for systems with machine type 8853 and Windows 2003 Standard. |
tksearch f:\sgdeploy\drvs /M:8853,7978 /B: | Search all ServerGuide drivers sets for systems with machine type 8853 and 7978 regardless the NOS type. The search results are saved as environment variables in Batch file drvset.bat. |
tksearch f:\sgdeploy\drvs /M:8853 /WP:F:\sgdeploy\os\w23_ee /B:drivers.bat | Search all ServerGuide drivers sets for systems with machine type 8853 and Windows 2003 The search results are saved as environment variables in the batch file drivers.bat. |