NYCPHP Meetup

NYPHP.org

[nycphp-talk] Throwing CLI content directly to clipboard ...

Jon Baer jonbaer at jonbaer.net
Wed May 7 11:53:18 EDT 2003


>
> I'm in uncharted terroritory here, but perhaps some of the COM stuff?
>

Thanks, yeah I thought that too ... any ideas on how anyone?  I ended up
throwing it all over to Perl (which I didn't want to do):

shell_exec("perl clipboard.pl $value")

use Win32::Clipboard;
$CLIP = Win32::Clipboard();
$CLIP->Set($ARGV[0]);

- Jon




More information about the talk mailing list