Advertisement
DimkaM

Untitled

Feb 20th, 2019
625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. SET currentdir=%CD%
  3. FOR /R appsDM %%i IN (build.bat) DO (
  4.     if exist %%i (
  5.         cd "%%~pi"
  6.         build.bat
  7.     )
  8. )
  9. cd %currentdir%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement