O
orekinbck
Hi There
I have this batch file that I run at the end of each week:
Cleanmgr
Defrag C:
Echo y > y.txt
chkdsk C: /r < y.txt
shutdown -r
I would like to do the above but using C# code. I have been fiddling
around with Process but just cannot get it right, any help (and
examples) would be greatly appreciated.
Thanks In Advance
Bill
I have this batch file that I run at the end of each week:
Cleanmgr
Defrag C:
Echo y > y.txt
chkdsk C: /r < y.txt
shutdown -r
I would like to do the above but using C# code. I have been fiddling
around with Process but just cannot get it right, any help (and
examples) would be greatly appreciated.
Thanks In Advance
Bill