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
Post a Comment