Just seen your other thread. To run the script at server
side, I would do as Dan, and use cfexecute. Something along the
lines of
<cfexecute name = "C:\WinNT\System32\cscript.exe"
arguments = "/nologo
C:\ColdFusion8\wwwroot\website\listFiles.vbs c:\*.*"
outputFile = "C:\Temp\output.txt"
timeout = "5">
</cfexecute>