Can anyone help
Let>bb = cooking
VBSTART
Sub todo(msg)
Dim fs, f ,y
y = msg
Set fs = CreateObject("Scripting.FileSystemObject")
Set f = fs.OpenTextFile("C:\Documents and Settings\Tim\Desktop\test\wanda.txt", 2, True)
f.WriteLine y
f.Close
End Sub
VBEND
VBRun>todo,%bb%