I didnt want to try this command on my drive so tell me if this would work...
kill dir$("\temp\project1.mak")
Printable View
I didnt want to try this command on my drive so tell me if this would work...
kill dir$("\temp\project1.mak")
To kill a file in a certain directory:
Hope that helps.Code:Kill "C:\temp\project.mak"
or:
Kill "C:\temp\*.*"
or:
Kill "C:\temp\*.*"
RmDir "C:\temp"