3
2
I am looking to write a quick script to send one file (that I change often) from my workstation (windows7 OS) to a remote server (windows server 2012) via the RDP client.
Ideally, I am looking to instantiate the rdpclip.exe process with some arguments. Something like:
rdpclip.exe -f [fileToCopyFromLocalToRemote]
but to my knowledge (and a brief google search) there is no such equivalent.
Also, I am not looking for any third party tools to do this!
2To complete your answer, you need to add that the user needs to also add a script on the remote side to retrieve the copied file. Additionally, these two scripts would have to be in sync or at least responsive to each other. Furthermore, I'm not really sure if this will work and cannot test it myself (security issues on my local machine). If you could test it and address my first two points, this would be the simplest solution by far... – Matthew Peters – 2015-09-14T11:46:50.417