Hidden system file - delete

  • Thread starter Thread starter Mac53
  • Start date Start date
M

Mac53

I have a hidden system file in a folder which held images.
The file name is Thumbs.db
I need to delete this file so I can delete the folder.
I'm familiar with dos command mode so I need the syntax only.

Pics
|- template
|- temp

the file is in the temp folder called 'thumbs.db'

Mac53
 
[Mac53] wrote-:
I have a hidden system file in a folder which held images.
The file name is Thumbs.db
I need to delete this file so I can delete the folder.
I'm familiar with dos command mode so I need the syntax only.

Pics
|- template
|- temp

the file is in the temp folder called 'thumbs.db'

DEL /a path_to_thumbs.db


Good Luck, Ayush.
 
Back
Top