This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Copy Paste to Windows


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]