By invoking your shell with the appropriate arguments.
Assuming that it's the command COPY of CMD.EXE you desire to execute,
the command might look like:
Shell ("cmd /c copy source.dat target.dat")
For details see CMD /? from a CMD prompt.
However, as Vince suggested, methods native to VBA are probably
preferrable.