mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Create fetch.bat
This commit is contained in:
13
Common/3dParty/fetch.bat
Normal file
13
Common/3dParty/fetch.bat
Normal file
@ -0,0 +1,13 @@
|
||||
SET SCRIPTPATH=%~dp0
|
||||
CD /D %~dp0
|
||||
|
||||
FOR /f "tokens=*" %%i in ('DIR /a:d /b *') DO (
|
||||
|
||||
CD /D %~dp0
|
||||
ECHO %%i
|
||||
|
||||
if exist %%i/fetch.bat (
|
||||
call %%i/fetch.bat
|
||||
)
|
||||
|
||||
)
|
||||
Reference in New Issue
Block a user