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" ...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top