JScript Windows Viewer - eSnips, share anything
JScript Windows Viewer.flv
Views: 824
Rate:
From JScript Script F... folder
Uploaded by: theofficialmichaeladicker From United States
Joined on Aug. 15 2008
# [The Codes] var fso = new ActiveXObject("Scripting.FileSystemObjec t"); var fldr = fso.getFolder("C://"); var msg = new Array(); msg.push("Files in \""+ fldr.path +"\" :\r\n\r\n") var ef = new Enumerator(fldr.files); for( ef.moveFirst(); !ef.atEnd(); ef.moveNext() ) msg.push(ef.item().name +"\r\n"); WScript.echo(msg.join("")); # [The Codes] Note: The code here within is used for anything you like. Just within the ("Rigth here") WScript.echo(msg.join(""));
Added to JScript Script F... folder on Aug. 15 2008
Size: 3.5MB
Tags: JScript , Tips , Hacks , Tricks
Folder Tags: JScript , Tips , Hacks
URL:
Comments
Be the first to add a comment
Add Comment: Text Audio Video