Re: Shell scripts

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Craig White
Date:  
To: Main PLUG discussion list
Subject: Re: Shell scripts
On Sun, 2006-11-26 at 15:04 -0700, wrote:
> Hello all,
> I am trying to write a simple script that will call rdesktop and connect
> to my machine at work. I am just not sure where to start, any suggestions
> would be of great help.
> Ray

-----
something like this should work...

~/my_rdesktop.scr
-------
#!/bin/sh
#
/usr/bin/rdesktop - u USERNAME -d DOMAIN_NAME -g 1024x768
fqdn_or_ip_address:3389
-------
chmod 700 ~/my_rdesktop.scr

Craig

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss