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?

link|improve this question

Is there any possibility you would consider switching to linux - or at least running a linux virtual machine on your desktop? – Paul Nov 15 '11 at 5:22
@Paul: Nope. Most of the UI-less programs I run are actually wrappers that use Automation to call Excel and run add-ins. – Eduardo León Nov 15 '11 at 5:30
feedback

1 Answer

up vote 2 down vote accepted

One option is to turn on the Windows Features "[X] Telnet Server" and use a telnet client to access it. This provides text based access to the windows command line so it's very light on network bandwidth.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.