Shell scripts

Craig White craigwhite at azapple.com
Sun Nov 26 15:16:05 MST 2006


On Sun, 2006-11-26 at 15:04 -0700, hacktavist at cox.net 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



More information about the PLUG-discuss mailing list