How can i run an exe from c# code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a scenario is i want to print a sale bill. The printer I am using, has
an exe file A6Print.exe for printing. When i run this exe file from my code
then it will print txt file which i have saved, like that
When user click on print button
i will call routine which make a text file named prnfile.txt
then call A6Print.exe prnfile.txt
this will result in printout of bill
i have created text file but unable to call an exe file
is there some way to call an exe file from code
 
Back
Top