From owner-freebsd-questions@FreeBSD.ORG Sat Jan 2 18:28:37 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68E3D1065692 for ; Sat, 2 Jan 2010 18:28:37 +0000 (UTC) (envelope-from chowse@charter.net) Received: from mta31.charter.net (mta31.charter.net [216.33.127.82]) by mx1.freebsd.org (Postfix) with ESMTP id EF9088FC0A for ; Sat, 2 Jan 2010 18:28:36 +0000 (UTC) Received: from imp11 ([10.20.200.11]) by mta31.charter.net (InterMail vM.7.09.02.04 201-2219-117-106-20090629) with ESMTP id <20100102182836.LTNI1847.mta31.charter.net@imp11>; Sat, 2 Jan 2010 13:28:36 -0500 Received: from Moe ([24.176.96.8]) by imp11 with smtp.charter.net id QiUV1d00F0Aqir405iUZTJ; Sat, 02 Jan 2010 13:28:34 -0500 X-Authority-Analysis: v=1.0 c=1 a=CjxXgO3LAAAA:8 a=6I5d2MoRAAAA:8 a=pGLkceISAAAA:8 a=hOpmn2quAAAA:8 a=HYMOoSHGxhzaIFz499cA:9 a=SHG9LpND9vMGVjaa_QhF0GTnnL4A:4 a=rC2wZJ5BpNYA:10 a=SV7veod9ZcQA:10 a=MSl-tDqOz04A:10 a=hUswqBWy9Q8A:10 a=7ynbKZgJ0kf6UJ0P:21 a=lOH4jksPoVDgENvG:21 From: "Charles Howse" To: "'Richard Mahlerwein'" References: <000401ca8af5$3d7a3440$b86e9cc0$@net> <20100101152549.GA2220@debian> <000101ca8af9$de64d3c0$9b2e7b40$@net> <20100101155123.GB2220@debian> <892787.5172.qm@web51005.mail.re2.yahoo.com> In-Reply-To: <892787.5172.qm@web51005.mail.re2.yahoo.com> Date: Sat, 2 Jan 2010 12:28:46 -0600 Message-ID: <009701ca8bd9$6f558480$4e008d80$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcqK+52oJjuf6HkqTIaxb0OW3oxGewA3YHgQ Content-Language: en-us Cc: freebsd-questions@freebsd.org Subject: RE: xclip X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jan 2010 18:28:37 -0000 > -----Original Message----- > From: Richard Mahlerwein [mailto:mahlerrd@yahoo.com] > Sent: Friday, January 01, 2010 10:01 AM > To: Charles Howse > Cc: freebsd-questions@freebsd.org > Subject: Re: xclip > > >----- Original Message ---- > > >From: Thomas Adam > >To: Charles Howse > >Cc: Thomas Adam ; FreeBSD-Questions questions@freebsd.org> > >Sent: Fri, January 1, 2010 10:51:25 AM > >Subject: Re: xclip > > > >On Fri, Jan 01, 2010 at 09:48:28AM -0600, Charles Howse wrote: > > > >> Hi Thomas, thanks for the reply. > >> This is kinda gnarly. I'm using VMware Player on Windows 7, FreeBSD > is the > >> guest OS. > >> I have a script that outputs some text that I would like in the > clipboard > >> that I can paste into an email in Windows Outlook. > > > >Ah right. You'll find that won't work at all. > > > >-- Thomas Adam > > With VMware Workstation, I do something similar by launching the VM but > ignoring the console of it. Use PuTTY to connect to the virtual > machine via its IP address. From PuTTY, anything on screen is > trivially copied to the host's windows clipboard by selecting it with > your mouse. > > How may that work for you? I actually got it done by using PuTTY to connect to my FreeBSD server, run the scripts in Bash there, and copy the output to the clipboard. 13 lines per script, vs. **HUNDREDS OF LINES** in vbs or vba!! :-))