alt.binaries.jimmyShow header Prev. Next
Re: Hey Vike re 8899yuo and anyone else with prob Unlimited download news ..
Mordred (Anonymous@nowhereland.com) 2011/12/09 01:17

noone@noone.com wrote in <39r0e7hq452iod2mjofvhul7butqcrlvec@4ax.com>:

>u will laugh at this just look at the nbr sequence look at the nbrs u
>hv to put the . or period between chunck and nbr just rename them


Try the following in a batch file

@echo off

for /F "delims=" %%i in ('dir /b *.chunk*') do call :process "%%i"

:process
::8899yuo.chunk001 into 8899yuo.001, etc, etc

set fn=%~1
set fnn=%fn:~,-9%.%fn:~13%

::echo %fnn%
::pause
ren "%fn%" "%fnn%" > nul

Follow-ups:1234
Next Prev. Article List         Favorite