Well, that's a first
Let's have a closer look at this folder
Create A Batch File
Please copy (Ctrl+C) and paste (Ctrl+V) the following text in the quote to Notepad.
Save it as "All Files" and name it look.bat Please save it on your desktop.
Double click on look.bat
Please be patient, as this may take a moment or two
Notepad will open, please copy/paste the results here.
Let's have a closer look at this folder
Create A Batch File
Please copy (Ctrl+C) and paste (Ctrl+V) the following text in the quote to Notepad.
Save it as "All Files" and name it look.bat Please save it on your desktop.
@echo off
ATTRIB /s /d -s -h -r -a C:\kk* >nul
ATTRIB /s /d -s -h -r -a C:\kkk\*.* >nul
if exist C:\look*.txt del /q C:\Klook.txt
dir /a /d /s C:\kkk > C:\Klook.txt
start notepad C:\Klook.txt
del /q %0
exit
Double click on look.bat
Please be patient, as this may take a moment or two
Notepad will open, please copy/paste the results here.