> The issue is that processes that they ran previously under Windows 2003 R2 
> are not running
> under 2008 R2.  These are processes that include batch files for the most 
> part.
>
> The batch files work just fine outside of CF.
>
> I only want to know if it is possible to run Batch files within CF8 when 
> running on W2k8 R2.  If
> it is what changes if any must be made to get them to work.

I don't think there's any reason why CF 8 shouldn't be able to run
batch files per se under 2008 R2. You might try running the batch
files using that user account to see if there are any problems. When
you say the batch files work just fine outside of CF, it isn't clear
what user account you're using for testing.

> Additionally they are having issues with Custom Tags  (CFX Tags C++). Of 
> course this is so
> generic since they did not even tell me which tags are causing the problems.

I wouldn't be surprised if the C++ tags need the appropriate runtime
libraries installed. Download and install the appropriate Visual C++
Redistributable Library for whatever version of VC++ was used to
compile the tags:

http://www.google.com/search?q=visual+c%2B%2B+redistributable&ie=utf-8&oe=utf-8&aq=t&client=firefox-a&rlz=1R1GGGL_en___US346

> Are custom tags very popular in CF 8 and Cf 9?

They're still fairly popular, yes. But usually they're written in CFML
nowadays instead of C++. C++ custom tags aren't so popular because
they're platform-specific.

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsi

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335769
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to