I tried to call "del *.bak" inside my program with process.start. However, since del is not a file so it is not possible to use process.start to call it. I know there are other ways to do the same thing but I just want to use dos command. Any idea how?
Thanks in advance.
Thanks in advance.