Applies To: Windows Server 2008 R2,Windows Server 2008,Windows Vista,Windows 7

Deletes files on the remote computer. For examples of how this command can be used, see Examples.

Syntax

 Copy Code
mdelete <RemoteFile>[…]

Parameters

Parameter Description

<RemoteFile>

Specifies the remote file to delete.

Examples

Delete remote files a.exe and b.exe.

 Copy Code
mdelete a.exe b.exe

Additional references