Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to read data from xml and an accompanying .bin data file

Status
Not open for further replies.

marian99us

Programmer
Nov 27, 2009
2
DE
hello all,
I have some old data in xml format. There is a separate file for each month. Every xml file has a .bin file with it.
for example :
July2008.xml
and
July2008.bin

the xml file is really very small; less 200Kb. The real data is in .bin file.

I need to write a program in VBS to get the data back and store in variables
could please someone help me out here??
thanks
 
What program generated the .bin files? ".bin" is used by many programs and generally just signifies a proprietary binary data file. The actual format of the data could be anything and without that you won't be able to decode it.

Jeff
[small][purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top