First - I'm newbie in programing.
Can anyone help me with some code?
I need to read from txt file and write it to other.
Problem is, that the file is strange.
That's a piece of it:
SMBIOS (aka DMIBIOS) Version 2.3.1 (Build 39) Display Utility - Mar 27 2000
------------------------------------------------------------
The following software is copyrighted material of the IBM Corporation and bla bla bla
------------------------------------------------------------
Structure: BIOS Information (Type 0)
Type: 0
Length: 13h
Handle: 0000h (0t)
BIOS Vendor: ' '
BIOS Version: 'Award Software International, Inc.'
BIOS Release Date: 05/20/1999
------------------------------------------------------------
I need to write it like that (some lines. which i will know in few hours):
BiosVersion = "Award Software International, Inc."
BiosReleaseDate = "05/20/1999
Can anyone help me with some code?
I need to read from txt file and write it to other.
Problem is, that the file is strange.
That's a piece of it:
SMBIOS (aka DMIBIOS) Version 2.3.1 (Build 39) Display Utility - Mar 27 2000
------------------------------------------------------------
The following software is copyrighted material of the IBM Corporation and bla bla bla
------------------------------------------------------------
Structure: BIOS Information (Type 0)
Type: 0
Length: 13h
Handle: 0000h (0t)
BIOS Vendor: ' '
BIOS Version: 'Award Software International, Inc.'
BIOS Release Date: 05/20/1999
------------------------------------------------------------
I need to write it like that (some lines. which i will know in few hours):
BiosVersion = "Award Software International, Inc."
BiosReleaseDate = "05/20/1999