> I have a JS file that runs under WSH, but it does not seem to 
> be running as it should. I'm not getting any errors, so its a 
> good sign that something is happening... I'm calling it like this...
> 
> <cfexecute name="C:\WINDOWS\System32\CScript.exe" 
> arguments="C:\Inetpub\wwwroot\mysite\NEAT.js"                 
>       outputfile="runtest.txt" />

How do you know it's not working? I don't know what exactly your script is
doing, but from reading your CFEXECUTE tag I would have no idea where I'd
expect "runtest.txt" to be. You might want to fully qualify the path to that
file.

On an unrelated note, you should probably put your script somewhere other
than your web root, since it doesn't need to be accessible via a web
browser.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:261621
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to