Copy Paste to Windows

Harold L Hunt II huntharo@msu.edu
Thu Jan 15 07:02:00 GMT 2004


You have to change that batch file:

 > ###############################################
 > @echo off
 >
 > D:
 > chdir D:\cygwinNEW\bin
 >
 > bash --login -c "/usr/X11R6/bin/Xwin -query HOSTNAME "
 > ###############################################

Change it to:

###############################################
@echo off

D:
chdir D:\cygwinNEW\bin

bash --login -c "/usr/X11R6/bin/Xwin -clipboard -query HOSTNAME "
###############################################

Harold



More information about the Cygwin-xfree mailing list