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 programming to create notepad. Show all posts
Showing posts with label descriptive programming to create notepad. Show all posts
d.p to create notepad
Subscribe to:
Comments (Atom)