Click here to Skip to main content
15,886,362 members
Articles / Programming Languages / C#
Article

File Splitter & Builder

Rate me:
Please Sign up or sign in to vote.
1.00/5 (15 votes)
30 May 20061 min read 19.3K   630   9   3
The exe will split the files acording to the user defined size and also it builds the file from the splitted ones.

Introduction

The exe will split the files acording to the user defined size and also it builds the file from the splitted ones.

Whenever you want to send a Big file over the internet you can make use of this exe.To send files as chunks and at the other end you can make use of the same exe to Merge the splitted ones

Steps to Use :

 Mention the Size of the splitted file.

 Mention the Destination Drive ( Where the splitted files will be placed)

 Click on Open File and Select the Corresponding file to be splitted.

 After the split You will get a confiramation message with the location of the splitted files.

Steps to Merge :

 Click on Build ,it open a File dialog,there by pressing the shift key select all the files to be merged. and press on ok.

 After the merge you will get a confirmation message with the location of the Merged(SIngle) file.

 After that ,just rename the file with the desired Extensions like (*.exe,*.pdf etc)

Note  : This exe will work if and only if the .Net framework exist.

Regards,

Vinayaka Shenoy

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect MindTree Ltd
India India
Motivated achiever who guides organizations in applying technology to business settings, provides added value, and creates project deliverables in a timely manner. An experienced Technical Consultant, have successfully led large project teams of more than 20 people from requirements gathering to implementation and support using C#, .NET ,ADO.NET, ADO.NET Entity Framework,ASP.NET,ASP.NET MVC, WCF and SQL Server.

Comments and Discussions

 
GeneralMy vote of 1 Pin
#realJSOP3-Mar-10 8:13
mve#realJSOP3-Mar-10 8:13 
Generalcant split pdf files Pin
Blumen8-May-07 17:53
Blumen8-May-07 17:53 
GeneralRe: cant split pdf files Pin
Vinayaka Krishna Shenoy18-May-09 0:06
Vinayaka Krishna Shenoy18-May-09 0:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.