G
Guest
Guest
Archived from groups: microsoft.public.windowsnt.misc (More info?)
Hi all,
I have a dilemma. I am trying to assign security using the CACLS
command in WinNT4.0. I am calling a list of file names from a text file.
The script works for the most part except the folder names have a space in
them. I.E.
LastName - FI
When I run the script, the batch file only picks up the LastName value, it
doesn't get the whole word so of course the security is not applied
correctly because it can't find the correct folder.
My question, does anyone know how to capture the entire string from the text
file?. I tried surrounding the value with quotes (VB Trick) but that did
not work either.
Any help would be great!
TIA
RC-
Hi all,
I have a dilemma. I am trying to assign security using the CACLS
command in WinNT4.0. I am calling a list of file names from a text file.
The script works for the most part except the folder names have a space in
them. I.E.
LastName - FI
When I run the script, the batch file only picks up the LastName value, it
doesn't get the whole word so of course the security is not applied
correctly because it can't find the correct folder.
My question, does anyone know how to capture the entire string from the text
file?. I tried surrounding the value with quotes (VB Trick) but that did
not work either.
Any help would be great!
TIA
RC-