> > 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