NewsArchive
05-09-2006, 10:13 AM
Hello,
I use the following in my script:
If %CURDIR%\UPD-PROG Folder exists Then
Copy Local Files from "%CURDIR%\UPD-PROG\*.*" to "%_SB_INSTALLDIR%"
Set File Attributes for "%_SB_INSTALLDIR%"
End
The local files are copied well to the installation directory, but after
that I want to change the file attributes of ALL files in the installation
directory. And this is not working. The original file attributes stay
remain.
How can I set the file attributes of all the files in the installation
directory?
I hope you can help me.
Product: Professional Edition
Version: 5.0.1244
Best regards
Jeffrey Kuijt
AdSystems BV
I use the following in my script:
If %CURDIR%\UPD-PROG Folder exists Then
Copy Local Files from "%CURDIR%\UPD-PROG\*.*" to "%_SB_INSTALLDIR%"
Set File Attributes for "%_SB_INSTALLDIR%"
End
The local files are copied well to the installation directory, but after
that I want to change the file attributes of ALL files in the installation
directory. And this is not working. The original file attributes stay
remain.
How can I set the file attributes of all the files in the installation
directory?
I hope you can help me.
Product: Professional Edition
Version: 5.0.1244
Best regards
Jeffrey Kuijt
AdSystems BV