Remotely running batches on a Windows PC

Posted by Eduardo León on Super User See other posts from Super User or by Eduardo León
Published on 2011-11-15T04:52:56Z Indexed on 2012/06/27 9:18 UTC
Read the original article Hit count: 177

I want to remotely control my home desktop PC (running Windows 7 Professional), mainly to perform the following tasks:

  1. Downloading email attachments, and sending emails with attachments
  2. Running UI-less programs whose only inputs are files and whose only outputs are files

So far, the only solution I have found is to use Remote Desktop to connect to my PC, but this is very slow and inefficient, especially when there is no fast Internet connection available other than my cell phone's.

I would like to be able to send batch commands to my PC, like:

  1. Download an email attachment
  2. Use it as input for an UI-less program
  3. Save the program's output to a file
  4. Send that file to myself as an email attachment

Is this possible? How could I do it?

© Super User or respective owner

Related posts about windows-7

Related posts about batch