DUA Script Command Reference (Windows Embedded Standard 2009)

4/23/2012

This section provides a reference for the Device Update Agent (DUA) commands. The following table shows the available commands.

Command Description

COPYFILE (Windows Embedded Standard)

Copies an existing file to a new file.

CREATEDIRECTORY (Windows Embedded Standard)

Creates a new directory.

DELAY

Suspends the execution of the current thread for the specified interval.

DELETEFILE (Windows Embedded Standard)

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.

MOVEFIL (Windows Embedded Standard)

Moves a file to a specified location.

REBOOT (Windows Embedded Standard)

Logs off the current user, shuts down the system, or shuts down and restarts the system.

REGCREATEKEY

Creates the specified registry key.

REGDELETEKEY (Windows Embedded Standard)

Deletes a key.

REGDELETEVALUE (Windows Embedded Standard)

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 (Windows Embedded Standard)

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 (Windows Embedded Standard)

Deletes an existing empty directory.

SETFILEATTRIBUTES (Windows Embedded Standard)

Sets the attributes of a file.

See Also

Concepts

Constants

Other Resources

Device Update Script