Switches /s /q
Posted: 19 Aug 2018 03:00
I found this line of code:
Could anyone explain to me what is code does? I guess it deletes everything in the temp folder.
I can't seem to understand /s and /q especially, nor to make sure they are called "switches".
Code: Select all
del /s /q C:\windows\temp\*.tmp
I can't seem to understand /s and /q especially, nor to make sure they are called "switches".