Hey is there any way i can write and run dos commands through my c# console applications.....and also i wanna convert my console application to an .exe file so that i can run it anywhere without deploying or installing.......actually im creating a batch file which i want to run on a certain date time...i dont know much of dos so decided to do with c#.I want that file to be created through dos using c# console application on certain date time.
Thnx.