Main > Free Download Search >

Free separate files software for windows

separate files

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 44608
Separate tabs 0.1.7

Separate tabs 0.1.7


Firefox extension that will separate the tabs in your browser tabs by host URL more>>
Firefox extension that will separate the tabs in your browser tabs by host URL Separate tabs will allow you to group the tabs in your Firefox browser automatically by host URL.
System requirements:
- Firefox: 1.5 ? 2.0.0.
<<less
Download (13KB)
Added: 2007-07-28 License: Freeware Price:
822 downloads
Comma Separated Values File Tester 1.0

Comma Separated Values File Tester 1.0


Explore the ADO.NET/ODBC/JET support for CSV files. more>>
Explore the ADO.NET/ODBC/JET support for CSV files. Comma Separated Values File Tester application was designed to explore the ADO.NET/ODBC/JET support for CSV files.
To use CsvFileTester, run redistCsvFileTester.exe. Choose the folder of a comma-separated text file in the "CSV File Folder" box and a query, including the file name of the csv file, in the "JET Query" box and press the ! button to execute the query. When CsvFileTester first runs, it starts with a test file and a set of queries in the combobox all ready to go.
Version restrictions:
- The initial selection of all of the text in the textbox and in the combobox is annoying
- Would be *very* nice to put a link to the JET SQL expression syntax.
<<less
Download (60KB)
Added: 2007-08-26 License: Freeware Price:
500 downloads
Simple File Joiner 2.1

Simple File Joiner 2.1


simple tool to join multiple files into one more>> Simple File Joiner combines many different files into a new file. If youve downloaded parts of a larger file that were split into separate pieces when posted to a news server or you have a large collection of MPEG movies split into different sections, you can rejoin them with Simple File Joiner.
Simple File Joiner works on text files, some movie files (like mpg movies that are all the same size and encoded the same, but not with avi files), and others. if the files you are trying to join together each have header information that pertains to that particular file, SFJ will not work. This includes GIF, BMP, JPG, AVI, DOC, etc.
<<less
Download (169k)
Added: 2008-10-30 License: Freeware Price:
514 downloads
 
Other version of Simple File Joiner
Simple File Joiner 2.0Simple File Joiner combines many different files into a new file Simple File ... If youve downloaded parts of a larger file that were split into separate pieces when posted to a
License:Freeware
Download (168KB)
1556 downloads
Added: 2005-09-19
GAC File Splitter 1.02

GAC File Splitter 1.02


An application that you can use to split image files. more>>

GAC File Splitter 1.02 provides you with a powerful tool which can be used to split image files.
Major Features:

  1. GAC files of specific regions are often delivered containing two non-contiguous images of the same area (because the original orbit-dump file may cover the same area at the extremities of the orbit).
  2. This program recognises this situation and first offers to split the file into two separate files (and, of course, save them).


<<less
Download (531KB)
Added: 2008-10-11 License: Freeware Price: FREE
14 downloads
Minatek Flat File Converter 1

Minatek Flat File Converter 1


Minatek Flat File Converter is created to be a useful and innovative utility which allows you to define fields in a fixed-width or separated-values data file and consume such a file in your custom .Net application as a dataset, file, Excel spreadsheet, or XML document. more>> <<less
Download (677.3KB)
Added: 2008-07-23 License: Freeware Price: $0.00
downloads
SplitWave 1.02

SplitWave 1.02


SplitWave is a free tool that divides a single wave (.wav) file into separate tracks more>>
SplitWave is a free tool that divides a single wave (.wav) file into separate tracks by automatically detecting periods of silence.
SplitWave can handle large (> 1 Gig) sound files with ease, by reading the sound data in small chunks at a time. The output files are written in the same format as the input file
<<less
Download (312KB)
Added: 2005-11-06 License: Freeware Price:
1450 downloads
Fischerscope-Parse 1.0.01

Fischerscope-Parse 1.0.01


Fischerscope-Parse is a script that corrects errors of and performs basic statistics over data exported as CSV files from WinHCU more>>
Fischerscope-Parse is a php script that will correct errors of and perform basic statistics over data exported as CSV files from WinHCU (the software acomplying the Fischerscope H100 Nanoindenter).
Fischerscope-Parse:
- Gathers data from all exported files (WinHCU can not export whole datasets, so data has to be exported one by one into separate files)
- Corrects bad exports (exporting the data after discarding a measurement, results in a mixture of the original and modified data in the CSV)
- Rearranges data into readable form (exported files contain data in two blocks each with different structure making it hard to read/match the data)
- Performs AVRG/STDEV statistics of measured data (WinHCU doesnt provide statistical analysis at all)
- Prints averages and errors which can easily be imported in common plotting software such as GNUPlot or Origin.
Results are either displayed and discarded or stored temporarly.
<<less
Download (39.2KB)
Added: 2007-06-01 License: GPL Price:
876 downloads
CSVReader/Writer 3.1

CSVReader/Writer 3.1


Java classes you can use standalone or embed in your own programs to Read, write, align and pack comma, tab and semicolon-separated variable files, commonly known as CSV files. more>>
Java classes you can use standalone or embed in your own programs to
Read, write, align, sort and pack comma, tab and semicolon-
separated variable files, commonly known as CSV files.
It consists of a four Java classes CSVReader CSVWriter,
CSVAlign and CSVPack for reading and writing CSV (Comma
Separated Value) formatted files. Also handles
tab-separated and semicolon-separated files. This is the
format use by Microsoft Word and other Microsoft products.
This version now supports # embedded comments.
You can configure the separator, quote and comment characters.
Note that CSV files are perhaps 10 times slower to process
than binary files. They are for data interchange with other
languages or when human-readibility or editability is
important. If you want speed, use binary format files, e.g.
DataInputStream or possibly the convenient but slower
ObjectInputStream.
CSVAlign aligns the fields in columns for easier
proofreading.
java com.mindprod.csv.CSVAlign somefile.csv
CSVSort sorts CSV file case sensitively, insensitively or numerically
on a set of columns, asceinding or descrending
CSVTab2Comma converts a tab-separated file to a
comma-separated one.
java com.mindprod.csv.CSVTab2Comma somefile.csv
CSVPack removes all unecessary spaces to make
at CSV file as compact as possible.
java com.mindprod.csv.CSVPack somefile.csv

System Requirements: Java 1.5+

Enhancements: add CSVSort

<<less
Download (1.00MB)
Added: 2009-12-05 License: Freeware Price: $0
downloads
 
Other version of CSVReader/Writer
CSVReader/Writer 3.0and semicolon-separated variable files, commonly known as CSV files. tab-separated file to a comma-separated one. java com.mindprod.csv.CSVTab2Comma somefile
Price: $0
License:Freeware
Download (0.95MB)
21 downloads
Added: 2009-06-16
CSVReader/Writer 2.4and semicolon- separated variable files, commonly known as CSV files. It consists of a four ... and CSVPack for reading and writing CSV (Comma Separated Value) formatted files. Also handles
License:freeware
Download (370.4KB)
428 downloads
Added: 2008-09-07
Music File Merger 1.1

Music File Merger 1.1


Music File Merger can merge about 1000 MP3 files into one MP3 file to let you manage your separated MP3 musical files better more>>
Music File Merger is an easy to use, yet powerful program to work with Mp3 music files.
Music File Merger can merge about 1000 MP3 files into one MP3 file to let you manage your seperated MP3 musical files better.
Music File Merger is small and delicate with a beautiful screen pannel, easy to use, simple, fast, and the most important thing is that it is totally free of charge.
<<less
Download (844KB)
Added: 2007-05-25 License: Freeware Price:
890 downloads
SF2 Splitter 1.1

SF2 Splitter 1.1


Extracts instruments from SoundFont files and saves to separate SoundFont files. more>> SF2 Splitter is a simple tool that extracts instruments from SoundFont files and saves them to separate SoundFont files. Each new SoundFont file contains only one instrument from the original SoundFont file that has been split. Hence the name - SF2 Splitter (SF2 is the file extension of the SoundFont 2.0 file format).
SF2 Splitter is based on Creatives SoundFont SDK and uses its API interfaces to access the SoundFont file handling functions.
<<less
Download (569KB)
Added: 2008-05-13 License: Freeware Price: Free
489 downloads
TileIt 1.0

TileIt 1.0


Permits interactive creation of grid on top of any BMPthen output selected tiles as separate bitmap files. It was created to ease the creation of graphic HTML tables to split large images. more>>
Permits interactive creation of grid on top of any BMPthen output selected tiles as separate bitmap files. It was created to ease the creation of graphic HTML tables to split large images.
<<less
Download (116K)
Added: 1997-09-15 License: Freeware Price:
4425 downloads
ccextractor 0.44

ccextractor 0.44


Rips closed captions in raw format from DVD and DVB/ATSC MPG files more>> Rips closed captions in raw format from DVD and DVB/ATSC MPG files

ccextractor is a fast closed captions extractor for MPEG files. Supports HDTV transport streams, DVD and Replay TV.
In short ccextractor is a small program that processes MPEG 2 files and extracts closed captions data to generate subtitle files.
You can use this program to create .srt (subtitles) files for your TV captures, have transcripts so you can edit subtitles, etc.
You can pass as many input files as you need. They will be processed in order.
Output will be one single file (either raw or srt). Use this if you made your
recording in several cuts (to skip commercials for example) but you want one
subtitle file with contiguous timing.
Whats the point of generating separate files for subtitles, if they are already in the source file?
There are several reasons to have subtitles separated from the video file, including:
- Closed captions never survive MPEG processing. If you take a MPEG file and encode it to any format (such as divx), your result file will not have closed captions. This means that if you want to keep the subtitles, you need to keep the original file. This is hardly practical if you are archiving HDTV shows for example.
- Subtitles files are small - so small (around 250 Kb for a movie) that you can quickly download them, or email them, etc, in case you have a recording without subtitles.
- Subtitles files are indexable: You can have a database with all your subtitles if you want (there are many available), so you can search the dialogs.
- Subtitles files are a de-facto standard: Almost every player can use them. In fact, many setbox players accept subtitles files in .srt format - so you can have subtitles in your divx movies and not just in your original DVDs.
- Closed captions are stored in many different formats by capture cards. Upgrading to a new card, if it comes with a new player, may mean that you cant use your previously recorded closed captions, even if the audio/video are fine.
- Closed captions require a closed caption decoder. All US TV have one (its a legal requirement), but no European TV does, since there are not closed captions in Europe (teletext is used instead). Basically this means that if you buy a DVD in the US which has closed captions but no DVD subtitles, you are out of luck. This is a problem with many (most) old TV shows DVDs, which only come with closed captions. DVD producers dont bother doing DVD subs, since its another way to segment the market, same as with DVD regions.
What kind of files can I extract closed captions from?
CCExtractor currently handles:
- DVDs.
- Most HDTV captures (where you save the Transport Stream).
- Captures where captions are recorded in bttv format. The number of cards that use this card is huge. My test samples came from a Hauppage PVR-250. You can check the complete list here.
- DVR-MS (microsoft digital video recording).
Usually, if you record a TV show with your capture card and CCExtractor produces the expected result, it will work for your all recordings. If it doesnt, which means that your card uses a format CCExtractor cant handle, please contact me and well try to make it work.

Enhancements:
- Added an option to the GUI to process individual files in batch, i.e. call ccextractor once per file. Use it if you want to process several unrelated files in one go.
- Added an option to prevent duplicate lines in roll-up captions.
- Several minor bugfixes.
- Updated the GUI to add the new options.

<<less
Download (222KB)
Added: 2008-10-03 License: GPL Price: FREE
394 downloads
eDataIndexer 1.0

eDataIndexer 1.0


eDataIndexer helps you organize your information. Stop having information in separate files or keeping data in big files needing more>>
eDataIndexer helps you organize your information. Stop having information in separate files or keeping data in big files needing you to scroll to find.
A hierarchy tree structure and rich text formatting allows you to have information in a structure easy to use.
The eDataIndexer is a convenient way to organize your class notes. Instead of keeping your class notes in separate documents, you can store them in the eDataIndexer where the titles of the notes (e.g. the date of the class) are organized neatly in a hierarchical fashion.
By clicking on one of the "nodes" in the hierarchy on the left the notes appear instantly in the editing area on the right for your quick perusal. No longer do you have to wait for documents to slowly open before you can scan the contents.
Now you can quickly shuffle through your notes as if on index cards easily opening and closing them.
Data is easily added, changed, or deleted according to your needs. Nodes in the hierarchy can also easily be added or deleted.
Another use for the eDataIndexer is to collect and organize those useful quotes which you come across during all the reading you have to do while studying.
Instead of writing the quotes on pieces of paper and losing them later, simply index them in the eDataIndexer for easy reference anytime.
This way you will always have the full bibliographical information and the quote at hand for when you need it for your next academic research paper or even your thesis or dissertation.
Enjoy having neat notes and conveniently available quotes all the time by using the eDataIndexer.
Main features:
- Structure Tree to index the information.
- Text formatting - Font style, size and color
- Bold, italic and underline
- Left, center and right alignment
- Bullet lists
- Option to clean format text
- Printing option.
<<less
Download (2.6MB)
Added: 2007-05-11 License: Freeware Price:
902 downloads
vcardsplitter 1.0

vcardsplitter 1.0


split a concatenated vCard format file more>> A simple java program to split a concatenated vCard format file into separate files (IETF RFC 2426 - vCard MIME Directory Profile) . It splits on the BEGIN:VCARD and END:VCARD tags. It was created to help import a Lotus Organizer export file into Palm Desktop<<less
Download (7.5M)
Added: 2008-11-08 License: Freeware Price:
361 downloads
TIFF Splitter 1.0

TIFF Splitter 1.0


Split a multipage TIFF file into separate files. more>>

TIFF Splitter 1.0 is a powerful program with which you can select any multipage TIFF and divide it into different pages. It includes a browse function for both the input and output folders while displaying all selected files. The original file containing the multi-page TIFF is preserved and unaltered while the separate TIFFs are output to a user specified folder.

<<less
Download (520KB)
Added: 2005-10-07 License: Freeware Price:
220 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5