Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function writeFile(tfile,tstr){var fso=new ActiveXObject("Scripting.FileSystemObject");var a=fso.CreateTextFile(tfile, true);a.WriteLine(tstr);a.Close();}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement