> Sadly, no. We have no control over the consumer application of the > required data file. It cannot accept the data in chunks or pieces. > It > cannot accept a data stream either so providing it data on the fly is > out > of the question. It can only accept it as a single data file. > Otherwise > we would have pushed for this a long time ago.... > > It seems like this is quite a difficult problem to address. Maybe > Windows > is not the best platform to be running for our needs. We have seen > other > O/S that can do this very easily.
FWIW the cmd/DOS "copy" command handles file appending. --------------------------------------------------------- > copy /? Copies one or more files to another location. ... To append files, specify a single file for destination, but multiple files for source (using wildcards or file1+file2+file3 format). --------------------------------------------------------- It may be worth testing to determine how it does this append - it may already do what you want. Chris =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com