N
New Orleans Novice
Batch file to delete underscore files.
I am using Expression Web 2 with XP Home. Is there a "Batch File" that will
remove the attribute on _*.* files?
There are some hidden files that were used by Expression Web with this name;
_vti_cnf
This batch file was tested but it did not work;
cd C:\My Web Sites\
attrib -r -h -s *.* /s
pause
attrib _vti*.*
pause
Expression Web will not connect with FTP even though Cute FTP will. Maybe
it is these left over files from FP Extensions. What is your recommendation
to remove the hidden attrib then delete them?
Thanks from New Orleans
I am using Expression Web 2 with XP Home. Is there a "Batch File" that will
remove the attribute on _*.* files?
There are some hidden files that were used by Expression Web with this name;
_vti_cnf
This batch file was tested but it did not work;
cd C:\My Web Sites\
attrib -r -h -s *.* /s
pause
attrib _vti*.*
pause
Expression Web will not connect with FTP even though Cute FTP will. Maybe
it is these left over files from FP Extensions. What is your recommendation
to remove the hidden attrib then delete them?
Thanks from New Orleans