rdpy icon indicating copy to clipboard operation
rdpy copied to clipboard

Executing batch/script and recieve the result

Open badbob opened this issue 9 years ago • 2 comments

Thanks for your project. It's great.

I'm trying to implement a Python script to processing a list of RDP servers and run a batch script with saving results. Can you give me any advice for this task. Thanks a lot.

badbob avatar Sep 11 '15 13:09 badbob

+1

I'm interested in this as well.

fxfitz avatar Mar 07 '16 15:03 fxfitz

I wrote a bash script to call rdpy with a list of hosts using a for loop and redirected output to a file. I'll attempt the equivalent of that in python at some point. I'm still working on this - I have some errors from rdpy that I haven't figured out yet. (failed to auto detect keyboard layout [Errno 2] No such file or directory) https://gist.github.com/Phrozyn/7e62e401638b8ad2ceff38fc53cd4b69

Phrozyn avatar Aug 09 '16 18:08 Phrozyn