Posted by kotresh on May 20, 2011 at 14:29:21:
HOW to delete "autorun.inf" file but not "autorun.inf" folder ?
My batch file aim is :
1. To Check whether any file "autorun.inf" is present or absent
2. If present then i should delete it (forcefully deleting even if its read only)
If there is a folder by name "autorun.inf" it should skip deleting
I'm struck-up in differentiating between file and folder.. ?