REM Brought to you by Matthias Kranz (matthias.kranz@technix.de) REM you can remove the REM in the next line to reduce unwanted output REM ECHO OFF XS REM my Linux Server has the IP 192.168.0.1 and the M$Win client REM the IP 192.168.0.11 REM you have to fit the following line to your setup rsh -l user 192.168.0.1 "xterm -display 192.168.0.11:0.0 -title \ Initializing -e nohup /home/user/initxscript > /home/user/start.log &" EXIT EXIT EXIT