SubInACL

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!

I need to set some security by using SubInACL on a folder loacated at
C:\Program Files\MyFolder
but I need the script to be croos platform compatable, so I need to use the
environment variable: %ProgramFiles%\MyFolder
I can't get it to work. Has anyone had luck with this?

Thank's

Sylle
 
Sylle said:
I need to set some security by using SubInACL on a folder loacated at
C:\Program Files\MyFolder
but I need the script to be croos platform compatable, so I need to use the
environment variable: %ProgramFiles%\MyFolder
I can't get it to work. Has anyone had luck with this?
Hi,

Have you put quotes around the path, like this:

SubInACL.exe ... "%ProgramFiles%\MyFolder" ...
 
Back
Top