Hello
Who knows how to make a script in order to automate the rdp connection i make in the Terminal = rdesktop 192.168.0.115 -f for example (kind of batch I can write and then click on..?)
With thanks R

#!/bin/sh
rdesktop 192.168.0.115 -f





#!/bin/bash
rdesktop ipp.addr.ess -u <username> -p <password> -f
#!/bin/bash
echo -n "IP...? "
read ANSWER1
for periods in "$@"
do
sed -e 's/\./\./' "$ANSWER1"
done
echo -n "user...? "
read ANSWER2
echo -n "pass... "
read ANSWER3
rdesktop "$ANSWER1" -u "$ANSWER2" -p "$ANSWER3" -f
ANSWER3=" "


Rosie wrote:If i rightclick on the file i cannot make an excutable from it.





Users browsing this forum: No registered users and 3 guests