Added existing scripts
This commit is contained in:
8
cleanMacFiles.bat
Normal file
8
cleanMacFiles.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
REM Version: 1.1
|
||||
REM Remove hidden mac files from subfolders
|
||||
REM Usage information: see readme.txt
|
||||
REM Created by Peter Gyetvai: gyetpet@gmail.com with the help of the internet
|
||||
|
||||
cd %~dp0
|
||||
del /s /q /f /a ._*
|
||||
Reference in New Issue
Block a user