creen que se podria usar este codigo:
Código:
Set objfso = createobject("scripting.filesystemobject")
Set archivotexto = objfso.createtextfile("C:\archivo.txt",true) 'creamos el archivo
archivotexto.writeline "Este es el texto que estoy escribiendo" 'escribimos una linea
archivotexto.writeblanklines(2) 'escribimos 2 lineas en blanco
archivotexto.writeline "Aqui mas texto" ' escribimos otra linea de texto
archivotexto.close 'cerramos el archivo
http://foro.elhacker.net/scripting/tutorial_vbscript-t229032.0.html#ixzz1DJY9m9aW
la única información para hacer script son: http://www.stumbler.net/scripting.html
bueno si alguien me daria una mano, se lo agradecería.