I'm working with a program that needs the old DOS 8.3 16-bit filename... is there a way to find that information out?
Say, for example, I have one text file that has this line:
File16=Good News 42.txt
and I want to write (to a seperate file) the line (as follows)
GOODN~42.TXT
so far I can only write "Good News 42.txt".. and there's no corelation (other than implied) between the two seperate "42"s.
Thanks for any help you can give me, or pointers in any direction. Liam Morley
lmorley@wpi.edu
"light the deep, and bring silence to the world.
light the world, and bring depth to the silence."
Say, for example, I have one text file that has this line:
File16=Good News 42.txt
and I want to write (to a seperate file) the line (as follows)
GOODN~42.TXT
so far I can only write "Good News 42.txt".. and there's no corelation (other than implied) between the two seperate "42"s.
Thanks for any help you can give me, or pointers in any direction. Liam Morley
lmorley@wpi.edu
"light the deep, and bring silence to the world.
light the world, and bring depth to the silence."