@echo off Start "" "C:\Program Files (x86)\Xming\Xming.exe" :0 -clipboard -multiwindow set DISPLAY=localhost:0.0 echo This script get username and logs into the Linux Server with GUI Support echo Please check that is installed in this system; echo else download from 'http://192.168.1.200/xming.exe'; install and echo continue running this batch program. echo ======================================================================== set /p UserInputID="Enter your Linux Server User Name : " echo ======================================================================== ssh -Y %UserInputID%@192.168.1.200