home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / komunikace / flock / flock-0.9.1.1.en-US.win32.exe / perms.cmd < prev    next >
OS/2 REXX Batch file  |  2007-04-30  |  2KB  |  45 lines

  1. REM
  2. REM BEGIN FLOCK MPL
  3. REM 
  4. REM Version: MPL 1.1/GPL 2.0/LGPL 2.1
  5. REM 
  6. REM The contents of this file are subject to the Mozilla Public License Version
  7. REM 1.1 (the "License"); you may not use this file except in compliance with
  8. REM the License. You may obtain a copy of the License at
  9. REM http://www.mozilla.org/MPL/
  10. REM 
  11. REM Software distributed under the License is distributed on an "AS IS" basis,
  12. REM WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13. REM for the specific language governing rights and limitations under the
  14. REM License.
  15. REM 
  16. REM The Original Code is Flock Browser code.
  17. REM 
  18. REM The Initial Developer of the Original Code is
  19. REM Flock Inc.
  20. REM Portions created by the Initial Developer are Copyright (C) 2005-2007
  21. REM the Initial Developer. All Rights Reserved.
  22. REM 
  23. REM Contributor(s):
  24. REM 
  25. REM Alternatively, the contents of this file may be used under the terms of
  26. REM either of the GNU General Public License Version 2 or later (the "GPL"),
  27. REM or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  28. REM in which case the provisions of the GPL or the LGPL are applicable instead
  29. REM of those above. If you wish to allow use of your version of this file only
  30. REM under the terms of either the GPL or the LGPL, and not to allow others to
  31. REM use your version of this file under the terms of the MPL, indicate your
  32. REM decision by deleting the provisions above and replace them with the notice
  33. REM and other provisions required by the GPL or the LGPL. If you do not delete
  34. REM the provisions above, a recipient may use your version of this file under
  35. REM the terms of any one of the MPL, the GPL or the LGPL.
  36. REM 
  37. REM END FLOCK MPL
  38. REM
  39.  
  40. @echo off
  41.  
  42. REM Allow all users READ access to the complete application.
  43.  
  44. cacls.exe Flock\*.* /T /E /C /G Everyone:R >NUL
  45.