i using script to take remote desktop of windows system
rdesktop -u user -p 123 192.168.1.10 -f
but how to run auto startup during booting i don't want to run manually.
i use /etc/init.d/remote.txt not work
i use /etc/init.d/remote.sh not work
i also add this "rdesktop -u user -p 123 192.168.1.10 -f" command in /etc/rc.local but not work.
where i enter this command to run automatically