Ask Experts Questions for FREE Help !
Ask
    devdas_kamath's Avatar
    devdas_kamath Posts: 2, Reputation: 1
    New Member
     
    #1

    Apr 23, 2006, 09:32 PM
    Making several binary files into single file
    We have software which stores data into multiple binary files. We want to combine all those file into single file without compression so that end user will not be confused with several files but be comfortable with single file. We want to know how to make several files into a single file and how to read a single file from that combined file without extracting it. (or probably with extracting). We have developed the software using visual basic 6.0. please help us.
    Curlyben's Avatar
    Curlyben Posts: 18,514, Reputation: 1860
    BossMan
     
    #2

    Apr 24, 2006, 03:36 AM
    WHen you say "binary files" what exactly do you mean.
    If you are referring to a simlple flat (txt type) file then have you tried using a batch file to do this task
    Something like this may work:
    Code:
    copy D:\data\*.YourExtension
    d:\data\test.txt
    Pause
    Save as a .bat file and job's a good 'en

    Basically this will copy each file in D:\data into a single file called test.txt.

    Hpe this helps

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Merging Word files into one large file [ 16 Answers ]

I have book pages stored as five files of 15 pages each. Is there a way to combine them into one large file? Thank you.

Corrupt file (extremely important files) [ 4 Answers ]

Okay, so before slicking my computer and starting from afresh, I zip a massive 9 gigabyte folder into about 6 gigs. These files were things I needed very severely for my resumes, portfolios, class work, exams, projects, pictures videos... four years worth of programming code crapped away; you get...

Making Files Downloadable... How? [ 1 Answers ]

Ok guys, first off I really appreciate anyone helping me out with my question ;D 1- How do I make files open for the public to download on the internet? 2- Are there any free programs out there where someone can use to browse a file on their computer, select it, than send to me by email? ...

Compare binary files [ 1 Answers ]

Hi there, Where can I find a freeware to compare binary files? (I don't want to compare 2 documents, these are 2 binary files). Thx in advance!

Making several doc files into a single file [ 2 Answers ]

Hi, I have several word 97 doc files. I wd like to make them all into a single file. Is there an easy way of doing it instead of doing manually inserting each file into current file? 2. Can MP3 files be compressed? Thanks for the reply. Ramdas ?


View more questions Search