cmd - Batch script that hides all items in folder -


i want create small .bat file hide items in 1 specific folder (actually add attributes +s , +h them), not @ scripting need help.

thanks in advance.

edit: don't want folder hidden, items inside it.

this should job , hides folders also.

attrib +s +h "c:\folder\*.*" /d 

Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -