Hi,
I'm looking for a script that would clean up files in c:\windows\temp folder.
Something that can pass commands like this to the devices:
rd /s /q %systemroot%\temp
md %systemroot%\temp
That would work just fine.
I'm looking for a script that would clean up files in c:\windows\temp folder.
Something that can pass commands like this to the devices:
rd /s /q %systemroot%\temp
md %systemroot%\temp
That would work just fine.
Comment