Re: (ot) about Vista - sql server 2005 express etc.

2009-03-25 Thread Don L
Thank you all for your bits on Vista. FYI, to those who have to deal with sql server 2005 express, a few days ago, XP SP3 had a serious problem with installing this sql server package due to the MSXML6.0 SP2 bugs. Don Windows_NT I'm running Vista Home Premium Jake Churchill CF Webtools

Re: (ot) about Vista

2009-03-24 Thread Jake Churchill
Windows_NT I'm running Vista Home Premium Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 Azadi Saryev wrote: 1 min of googling for 'vista echo %OS%' revealed: 1) that 'echo %OS%' returns Windows_NT on both XP and Vista

(ot) about Vista

2009-03-23 Thread Don L
I need a quick favor from someone who has access to a Vista box. type echo %OS% from DOS prompt and let me know what you got. I'm a bad googler. Thanks. Don Chunshen Li ~| Adobe® ColdFusion® 8 software 8 is the most

Re: (ot) about Vista

2009-03-23 Thread Will Tomlinson
I need a quick favor from someone who has access to a Vista box. type echo %OS% from DOS prompt and let me know what you got. I'm a bad googler. It crashed on me. Thanks don L. ~| Adobe® ColdFusion® 8 software 8 is the most

Re: (ot) about Vista

2009-03-23 Thread Brad Wood
heh. I figured it would ask if you wanted to allow or deny... ~Brad - Original Message - From: Will Tomlinson w...@wtomlinson.com echo %OS% from DOS prompt It crashed on me. Thanks don L. ~| Adobe® ColdFusion®

Re: (ot) about Vista

2009-03-23 Thread Azadi Saryev
1 min of googling for 'vista echo %OS%' revealed: 1) that 'echo %OS%' returns Windows_NT on both XP and Vista 2) this bit if script: @echo off for /f tokens=3,4 %%a in ('ver') do set ver=%%a if %%b==6.0.6000 set ver=Vista Echo OS version is %ver% if %ver%==XP echo It is XP REM Adjust this line