mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-21 19:40:58 +00:00
6 lines
273 B
Batchfile
Executable file
6 lines
273 B
Batchfile
Executable file
@echo off
|
|
rem this is required so that .NET's permission system does not cause Builder.exe to crash.
|
|
rem http://superuser.com/questions/659787/reset-file-and-folder-permission-of-external-hard-drive-data-to-default-in-windo
|
|
|
|
takeown /F . /R /D Y
|
|
icacls "." /reset /T
|