i would go with the windows service
why: its always running, if it crashes windows will auto restart also on computer boot
you cna simple add a timer to the sevice saying hety its "x" o clock perofomr the action.
it doesnt really matter actually
you can also make a console app and let a...
well the easiest way would be to use the filestream class and the split function
you say you want to do it urself so i dunn how much to say
but ass using System.IO; to the project
FileStream files = new File.OpenText(@"C:\test.txt");
now you can play with files
string[] inLine;
inLine =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.