Tol!k

|
Posted: Tue Sep 28, 2010 18:13 Post subject: |
|
|
Не могу скачать архив. Дай нормальную ссылку на filesonic или hotfile или uploadbox
Code: | @echo off &chcp 1251 >nul
setlocal enableextensions
set "all=Readme"
if not exist "%all%" md "%all%"
for /d %%i in (*_files *.files) do (
copy /y *.gif "%%i" © /y *.jpg "%%i" © /y *.png "%%i"
set "name=%%i"
call move /y "%%name:_files=.htm?%%" "%%all%%"
call move /y "%%name:.files=.htm?%%" "%%all%%"
)
| Пробуй.
Last edited by Tol!k on Wed Sep 29, 2010 01:21; edited 1 time in total |
|