Skip to content

FileCopyEx

Homes32 edited this page May 14, 2022 · 1 revision

FileCopyEx

Copy a single file and it's .mui/mun files (if they exist) from a specified directory.

Syntax

FileCopyEx,<SourcePath>,<DestPath>

Arguments

Argument Description
SourcePath Full path to the source file to copy. Wildcards are NOT supported.
DestPath Full path to the destination.

Return Codes

None.

Remarks

If the command fails the build will halt.

Related

Examples

Example 1


FileCopyEx,"%TargetDir%\Windows\Boot\PXE\bootmgr.exe","%OutputDir%\boot\"