> I'm trying to figure out if there's a way to programmatically > determine if a computer (with Windows OS including XP home/pro, Vista) > has .NET Framework 2.0 installed with DOS/Window's batch/utility > programming.
(Purely from a quick google..) what about checking the folder structure mentioned here? http://support.microsoft.com/kb/318785 You could get the windows directory in dos from %WINDIR%. The rest is probably just basic dos to verify the paths exist. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:314730 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

