Im not sure if this s a beginners question or not but i just started learning livecode yesterday.
Ive got a program running now which when i click "connect to server" love code will automatically launch casparCG server. Ive got some buttons setup to play some videos through casparCG. When i click disconnect though ive got the code to disconnect the socket but i want to also be able to close the casparCG window as well
closing external program
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: closing external program
Hi Da_Elf,
Welcome to the forum

On Windows it would be
shell("taskkill /F casparCG.exe")
Or something like that, not sure of the name of the running app.
Google "taskkill"
Simon
Welcome to the forum

Yes I do!... love code will automatically launch...

On Windows it would be
shell("taskkill /F casparCG.exe")
Or something like that, not sure of the name of the running app.
Google "taskkill"
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!