Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.
Directory d--------Readonly -r-------Archive --a------Hidden ---h-----System ----s----Compressed -----c---Offline ------o--Temporary -------t-Reparse_Point --------l
@OP, ignore bill as he is trolling. Follow Salmon's method and you should be fine
What is delfile?
don't use spaces in SET statements.
set variable =value ^ | ^ This space is an error; %variable% will be empty set variable= value ^ | ^ This space is allowed; it results in the string held in %variable% having a leading space
if %fattr:~2,1% == a goto :end
if "%fattr:~2,1%"=="a" goto :end
if %mm% GTR 01