[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Creating a automated script

Zayd Abdullah

3/4/2009 6:17:00 AM

I wanted to create a small automated script using Ruby. I just need to
know what classes do I use to create this script.
When running my script I would like for itto do the following

1. Automatically Log user onto another machine via RDP

2. While logged in the session I want the script to automatically create
an iteration of files and folders, rename, change attribute of
files\folders.

3. Log off then log back on another user via RDP again, repeating step
2.

I would just like to know what classes do I use to create this script? I
know the File class could be one.

Thanks
--
Posted via http://www.ruby-....

1 Answer

Mark Thomas

3/4/2009 12:58:00 PM

0

RDP is a proprietary Microsoft protocol used for Terminal Services
(i.e. remote GUI). I don't know much about it, but I'm pretty sure
this does not allow you to automate the execution of scripts on remote
machines. You may want to look into Net::SSH.