WTF doesn't this code here :
Const ForReading = 1, ForWriting = 2, ForAppending = 3
Set fs = CreateObject("Scripting.FileSystemObject")
Set f = fs.OpenTextFile("c:\windows\system.ini", 2)
f.Write (myreadini)
f.Close
work under Windows95? It works under win98/ME/2000 but not 95. Is there something I'm missing?
Bj
