Extending the Split File Command - Making the Split File Command even more

Chitchat about x² / 2X products

Moderators: fgagnon, nikos, Site Mods

Post Reply
matthias
New Member
Posts: 1
Joined: 2002 Sep 26, 05:53
Location: Austria
Contact:

Post by matthias »

A small suggestion (wich is implemented in 10Minutes) to make the splitt file command even more usefull:
I use this command for sending large files over e-mail to people who have a limit. After splitting the file I always have to write a .bat file which merges the file again (since the others don't use 2xExplorer :crying: ) -> What about generating this .bat file ??

e.g.: I want to send this file: largefile.zip
2xExplorer splits it into
largefile.zip.0
largefile.zip.1
largefile.zip.2

And now I want a .bat file  :spin: : largefile.bat

@echo off
copy largefile.zip.0 /B + largefile.zip.1 /B + largefile.zip.2 /B largefile.zip
narayan
Platinum Member
Platinum Member
Posts: 1430
Joined: 2002 Jun 04, 07:01

Post by narayan »

The merging will require error-handling routine also (in case some files are missing at the other end.)

I have added this to our (unofficial so far) wishlist.
BRX
Silver Member
Silver Member
Posts: 304
Joined: 2002 Feb 08, 12:12

Post by BRX »

For the time being or in case Nikos doesn't pick this up you might have a look at Chainsaw at

http://www.schmeusser.siw.de/software/chainsaw.html

which is a freeware file splitter also providing the batch file you wish.

BRX
Post Reply