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

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -