What would I be looking at to run a Perl script at 
d:/path/to/my/perl/loader.pl %year% with a <cfexecute...> tag?

I've tried to do it directly:
<cfexecute name="d:\path\to\my\perl\loader.pl" arguments="#year#" 
variable="goodbar" errorvariable="foobar"/>

I've tried to do it through cmd.exe:
<cfexecute name="c:\windows\system32\cmd.exe" 
arguments="d:\path\to\my\perl\loader.pl #year#" variable="goodbar" 
errorvariable="foobar"/>

I am not having much luck with this.

This is a Windows 2003/CF 8.0.1 server.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313453
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to