@echo off REM *** RIGHTS.BAT corrects rights files on C: for notebooks REM *** 3/5/02 LFLm Modified 9/18/03 LFL echo Creating and setting rights for c:\user if not exist c:\USER md c:\USER xcacls c:\user /p EVERYONE:F SYSTEM:F echo Creating and setting rights for c:\temp if not exist c:\TEMP md c:\TEMP xcacls c:\temp /p EVERYONE:F SYSTEM:F echo Creating and setting rights for c:\FSI if not exist c:\FSI md c:\FSI xcacls c:\FSI /p EVERYONE:F SYSTEM:F echo Setting rights for %windir%\datatel.ini xcacls %windir%\datatel.ini /p EVERYONE:F SYSTEM:F echo Setting rights for c:\Datatel xcacls c:\datatel /t /p EVERYONE:F SYSTEM:F