Used by Windows to send files to the printer
Copy file.exe into the Alternate Data Stream (ADS) of file.txt.
print /D:{PATH_ABSOLUTE}:file.exe {PATH_ABSOLUTE:.exe}
Copy file from source to destination
print /D:{PATH_ABSOLUTE:.dest.exe} {PATH_ABSOLUTE:.source.exe}
Copy File.exe from a network share to the target c:\OutFolder\outfile.exe.
print /D:{PATH_ABSOLUTE:.dest.exe} {PATH_SMB:.source.exe}