Does any one know that if you can call batch files from within another batch 
file using CFexecute? If this can't be done, how can you work around this?

All my batch files are in the same directory of the Cold Fusion pages. I'm 
using ColdFusion 4.5

I am using CFexecute to run a batch file(test1.bat) in the Cold Fusion
page.  Within (test1.bat), I am calling another batch file (test2.bat), but 
test2.bat is not being run.   

Followings are my CF code and 2 batch files. 

---------------
<cfexecute name="C:\fcidata\fciprod\scpt_bat\test1.bat" timeout="1"> 
</cfexecute> 
--------------- 
test1.bat 

call test2.BAT 
rem call MATCH_GET1.BAT 
rem call MATCH_GET2.BAT 
------------------- 
test2.bat 
c: 
cd \Documents and Settings 
COPY Match_Record\1_SFTP_Data_Here\user.dat c:\FCIDATA\FCIPROD\SCPT_BAT 


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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298660
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