CODE: [Copy to clipboard]set fso=createobject("scripting.filesystemobject") set file=fso.opentextfile("C:\text.txt") s=file.readall file.close wscript.echo s