There is J code that works in J701 to support clipboard and sound playing on 
windows 7:

    load'~addons/general/misc/clippaste.ijs'
    setcliptext 'hallo world'
79233032
    getclip''
hallo world

and (from J602):

    load'c:/users/me/j64-602/addons/media/wav/wav.ijs'
    wavplay 'C:\Windows\Media\notify.wav'
1

These work in J Console, J GTK and JHS, on the server side.
--

On 12/1/2011 19:02, Ian Clark wrote:
> Is 11!:0 (wd) supported for any task at all in j701? Are there any plans to?
>
> It would be nice to support heritage code like:
>
>     11!:0 'beep'
>
>     11!:0 'clipcopy "hallo world"'
>
> ...So how do you "beep" or "clipcopy" in j701 JHS?
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to