I have 2 computer system which is connected to same network (Sys1,Sys2). If I copy any content from Sys1, I need to paste to Sys2.
- My thought process (.net project)
- create a application which will run when system start up.
- when I do copy I have to track, then I will save the copied content to DataBase.
- while trying to paste (Sys2) I will get the content from Database.
Anyone please suggest, is this one work out? And also please guide to do the Task.
Thanks in advance Ramesh.