computing
  • 2

Solved Attrib Says: Parameter Format Not Correct –

  • 2

Hello Everyone!
I’ve been trying to make a *.bat to hide a series of folders but I’ve been getting the error “Parameter format not correct -”

My code is:
@Echo off
color 2
attrib Data Backup +s +h
attrib Documents +s +h
attrib Personal Backup +s +h
attrib Youtube Videos +s +h

The folder “documents” successfully gets hidden but every other folder gets an error.

P.S. They’re all in the same folder and they’re all spelt correctly.

Share