This is pretty much new to me and the web didn’t help much.
Goal: To make a script which would control screen video capture then send it to server.
How to make the script ?
is it possible to make it in C#?
any guides that you guys can recommend ?
Edit: More Details:
Need a Script-> When launched it would run a screen capture program(camtasia probably)->Then it would automatically send the saved file to a server.
My problem is I do not know where to start or what to look at … hope this helps
This is a very vague question. You are asking how to interact with a program that (I assume) you didn’t develop. You could use C# to launch the application, but unless the application has built in some sort of API for you to programatically control it with, then your out of luck.
Your first step would be to find a program that has an external API or excepts external arguments via a command line program that you can use to control it. I am not sure I’ve ever heard of screen capture software with such an API. Your need sounds very unique and I’m just guessing that you aren’t likely going to find anything.