On Sun, 2006-11-26 at 15:04 -0700, hacktavist@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 --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss