I have a .sh file stored in some Linux system. The full path of the file is:
.sh
/comviva/CPP/Kokila/TransactionHandler/scripts/stopTH.sh >
/comviva/CPP/Kokila/TransactionHandler/scripts/stopTH.sh
you may make a .bat file(batch file), that can run on windows. put the content of the .sh file in the .bat file start a process from your application like :
Process.Start("myFile.bat");