Executing a batch file from C#
-
Hi, I have a server database and multiple client databases. We need to update client databases everytime server database is updated. And we need to do it using .Net i.e through the application server. We intend to use ftp for file transfer and windows services to schedule it. We have a batch file(dos-script) which reads from the flat file and updates the local database. I need some help regarding running the batch file from windows services(using C#). Can you suggest any way to do it as i am completely clueless now.... Thanks in anticipation....
-
Hi, I have a server database and multiple client databases. We need to update client databases everytime server database is updated. And we need to do it using .Net i.e through the application server. We intend to use ftp for file transfer and windows services to schedule it. We have a batch file(dos-script) which reads from the flat file and updates the local database. I need some help regarding running the batch file from windows services(using C#). Can you suggest any way to do it as i am completely clueless now.... Thanks in anticipation....