script to create notepad and to write in it.
Set obj=createobject ("scripting.filesystemobject")
Set notepad=obj.createtextfile("d:\\abc.txt")
notepad.writeline("hi")
notepad.writeline("welcome to my blog")
Showing posts with label descriptive prgramming samples. Show all posts
Showing posts with label descriptive prgramming samples. Show all posts
d.p to create notepad
Subscribe to:
Posts (Atom)