View Single Post
Posts: 23 | Thanked: 2 times | Joined on May 2006 @ Italy
#55
Originally Posted by Saturn View Post
Hi,

You could put directly the parts you miss as options.

Something like that should work:
Code:
rdesktop -f -u username -p password host
Replace the username password and host with the appropriate values.
-f is for fullscreen, you can exclude it if it makes a problem for you.

Hope it helps.

thanks

the correct is:

rdesktop-cli -f -u username -p password host

works very very well