dos .bat 批处理RenderTexture


@echo off
set xpath=_bg.jpg
set xpath2=_bg.png
set dir=%cd%

echo %xpath2%

for /D %%s in (*) do (
  cd %%s
  md temp_temp
 
   for /D %%m in (*) do (   
      
     if %%m neq texture_TIME (
       if %%m neq texture_BIGB (
         if %%m neq temp_temp (
        echo %dir%\%%s\%%m\%%m%xpath%
             if exist %dir%\%%s\%%m\%%m%xpath% (  

                cd temp_temp
                md %%m
                cd ..
                      
            copy %dir%\%%s\%%m\%%m%xpath% %dir%\%%s\temp_temp\%%m\%%m%xpath%
               del %dir%\%%s\%%m\%%m%xpath%
              )
              echo %dir%\%%s\%%m\%%m%xpath2%
          if exist %dir%\%%s\%%m\%%m%xpath2% (  

                cd temp_temp
                md %%m
                cd ..
                      
            copy %dir%\%%s\%%m\%%m%xpath2% %dir%\%%s\temp_temp\%%m\%%m%xpath2%
               del %dir%\%%s\%%m\%%m%xpath2%
              )


    )
      )
     )
        
   )   
  cd ..

)

for /D %%s in (*) do (
    cd %%s
    md texture_TIME
    md texture_BIGB
 
    for /D %%m in (*) do (
       if %%m neq texture_TIME (
       if %%m neq texture_BIGB (
         if %%m neq temp_temp (
           TexturePacker --data texture_TIME/%%m.plist --format cocos2d --sheet texture_TIME/%%m.pvr.ccz  --opt RGBA4444  --dither-fs-alpha  --premultiply-alpha --enable-rotation  --allow-free-size %%m
           TexturePacker --data texture_BIGB/%%m.plist --format cocos2d --sheet texture_BIGB/%%m.png --opt RGBA4444  --dither-fs-alpha  --premultiply-alpha --enable-rotation  --allow-free-size %%m
         )
      )
     )
   )
    cd ..
)

for /D %%s in (*) do (
   cd %%s
   for /D %%m in (*) do (   
      if %%m equ temp_temp (
        cd %%m  
        for /D %%t in (*) do (
      echo hello
          echo  %dir%\%%s\%%m\%%t\%%t%xpath%
          if exist %dir%\%%s\%%m\%%t\%%t%xpath% (
              copy %dir%\%%s\%%m\%%t\%%t%xpath%  %dir%\%%s\%%t\%%t%xpath%
      )

          if exist %dir%\%%s\%%m\%%t\%%t%xpath2% (
              copy %dir%\%%s\%%m\%%t\%%t%xpath2%  %dir%\%%s\%%t\%%t%xpath2%
      )           
        )
        cd ..
     )    
   )   
  cd ..
)

for /D %%s in (*) do (
   cd %%s
   for /D %%m in (*) do (   
      if %%m equ temp_temp (
        rmdir /s/q %%m
     )    
   )   
  cd ..
)

pause


主要部分:

lidong1  10:44

@echo off

for /D %%s in (*) do (



 echo %%s

  cd %%s

  md texture_TIME
  md texture_BIGB
                
   for /D %%m in (*) do (   
    if %%m neq texture_TIME (
       if %%m neq texture_BIGB (
           TexturePacker --data texture_TIME/%%m.plist --format cocos2d --sheet texture_TIME/%%m.pvr.ccz  --opt RGBA4444  --dither-fs-alpha  --premultiply-alpha --enable-rotation  --allow-free-size %%m
            TexturePacker --data texture_BIGB/%%m.plist --format cocos2d --sheet texture_BIGB/%%m.png --opt RGBA4444  --dither-fs-alpha  --premultiply-alpha --enable-rotation  --allow-free-size %%m
lidong1  10:44
     )
     )
   )

  cd ..
)

pause





评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值