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

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")

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge