On Sunday 26 November 2006 15:04, 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. I use this nearly every day: ----------------------------- #!/bin/sh rdesktop -u '' -d '' -f -T 'Windows XP' -a 24 -P -x l ----------------------------- A few of the options explained: -f : Run in full screen mode -T 'Windows XP' : Display this string in the title bar, when minimized -a 24 : Use 24-bit color depth (much prettier... need to use XP, though, and better be on a high speed connection) -P : Enable bitmap caching -x l : Enable the [l]an profile which displays everything as if you logged in via the console Kurt --------------------------------------------------- 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