Author Topic: File Joining  (Read 8691 times)

Offline cr4zyfr4g

  • Global Moderator
  • *****
  • Posts: 781
  • German n00b
Re: Par Rejoin support
« Reply #15 on: May 13, 2008, 08:25:14 PM »
Is this script run after the entire download is finished (par-checked and unpacked)?

yes

Offline MrbLOB9000

  • Contributor
  • ***
  • Posts: 43
Re: Par Rejoin support
« Reply #16 on: October 31, 2009, 06:53:53 AM »
the download of that batch file no longer works, please posted the code in the forum.

Offline cr4zyfr4g

  • Global Moderator
  • *****
  • Posts: 781
  • German n00b
Re: Par Rejoin support
« Reply #17 on: November 01, 2009, 11:25:49 AM »
I think this was the code:

Code: [Select]
@ECHO OFF

if exist "%1\*.001" (
TITLE joining
set d=%1
set u=%2
if "%2"=="" set u=%1
if not exist "%2" (
md %2
)
for /f %%a in ('dir /b %1\*.001') do (
call :SUB %%a
)
Echo joined!
pause
)

goto :eof

:sub
copy /b "%d%\%~n1.*" "%u%\_%~n1"
del "%d%\%~n1.*" > nul
goto :eof

Offline jrob

  • Contributor
  • ***
  • Posts: 1
Re: File Joining
« Reply #18 on: April 27, 2010, 04:03:24 AM »
hi, i'd love to see this implemented in alt binz... something like allocate the whole filesize and then copy each chunk into the allocated file, so .001 could be played while downloaded. thanks!

Offline dacaid

  • Contributor
  • ***
  • Posts: 246
Re: File Joining
« Reply #19 on: April 27, 2010, 07:00:55 PM »
Altbinz uses rar.dll and par2.dll (or whatever their name is)

It would be nice to add a HJsplit.dll (or another) if someone could find one that RDL could use.

I believe this topic should be merge with that one : https://www.altbinz.net/forum/index.php?topic=1039.0 , that's pretty much the same demand.

Last thing, sometimes i have to use quickpar to join some split files, could altbinz do it for me?
« Last Edit: April 27, 2010, 07:03:55 PM by dacaid »

Offline Hecks

  • Contributor
  • ***
  • Posts: 2011
  • naughty cop
Re: File Joining
« Reply #20 on: April 27, 2010, 09:25:34 PM »
True, this thread is superfluous, as well as ancient, thanks for the linky to the newer one.

/locky