The directory for that purpose is hidden directly in your user folder, e.g. /home/tc/.X.d
Create a file in there called rdesktop and put in it a command like
while x=0
do
sleep 5
/usr/local/bin/rdesktop -f 192.168.1.100
done
Remember to make file executable with chmod