G Guest May 5, 2006 #1 Can I add a line to a batch file to show hidden folders & files and uncheck the hidden file extension?
Can I add a line to a batch file to show hidden folders & files and uncheck the hidden file extension?
P Pegasus \(MVP\) May 5, 2006 #2 Kevin said: Can I add a line to a batch file to show hidden folders & files and uncheck the hidden file extension? Click to expand... Sure can: @echo off attrib /s -s -h "c:\Some Folder"
Kevin said: Can I add a line to a batch file to show hidden folders & files and uncheck the hidden file extension? Click to expand... Sure can: @echo off attrib /s -s -h "c:\Some Folder"