This section provides a reference for the Device Update Agent (DUA) commands. The following table shows the available commands.
| Command | Description |
|---|---|
| COPYFILE | Copies an existing file to a new file. |
| CREATEDIRECTORY | Creates a new directory. |
| DELAY | Suspends the execution of the current thread for the specified interval. |
| DELETEFILE | Deletes an existing file. |
| EXECUTE | Creates a new process and a primary thread. |
| EXECUTEPROCESS | Executes a process. |
| HTTPGET | Opens a session for a specific web site, initiates access to a remote file for reading, retrieves the file from the server, and then stores it under the specified file name. |
| MOVEFILE | Moves a file to a specified location. |
| REBOOT | Logs off the current user, shuts down the system, or shuts down and restarts the system. |
| REGCREATEKEY | Creates the specified registry key. |
| REGDELETEKEY | Deletes a key. |
| REGDELETEVALUE | Removes a named value from the specified registry key. |
| REGRESTOREKEY | Reads the registry information in a specified file and copies it over the specified key. |
| REGSAVEKEY | Saves the specified key and all its subkeys and values to a new file. |
| REGSETVALUE | Sets the data for the default or unnamed value of a specified registry key. |
| REMOVEDIRECTORY | Deletes an existing empty directory. |
| SETFILEATTRIBUTES | Sets the attributes of a file. |
See Also
Device Update Script | Constants
Last updated on Wednesday, October 18, 2006
© 2006 Microsoft Corporation. All rights reserved.