Login | |
|
 |
RE: Is Microsoft discontinuing VBScript? - 6/19/2008 10:21:17 PM
|
|
 |
|
| |
mbouchard
Posts: 1856
Score: 14
Joined: 5/15/2003
From: USA
Status: offline
|
This was rumored a while ago, before the release of Vista. While MS has released powershell they have not discontinued Vbscript. They included it with Vista and have since released an upgrade for XP. just like cmd prompt/bat files vbscript is used by way to many people to do away with it anytime soon.
_____________________________
Mike For useful Scripting links see the Read Me First stickey! Always remember Search is your friend.
|
|
| |
|
|
|
 |
RE: Is Microsoft discontinuing VBScript? - 6/20/2008 1:51:10 AM
|
|
 |
|
| |
dm_4ever
Posts: 2414
Score: 38
Joined: 6/29/2006
From: Orange County, California
Status: offline
|
A couple of co-workers came back from TechEd and said that this year they did not see VBScript related workshops as in previous years....they said it appeared MS is pushing PowerShell a bit more now. Like mbouchard said though....there's too many scripts out there people depend on that use VBScript....PowerShell is still not part of the client OS by default so it would be hard for it to takes its place any time soon.
_____________________________
dm_4ever My philosophy: K.I.S.S - Keep It Simple Stupid Read Me: http://www.visualbasicscript.com/m_24727/tm.htm Frequently Asked Stuff: http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: Is Microsoft discontinuing VBScript? - 6/21/2008 1:50:12 AM
|
|
 |
|
| |
TNO
Posts: 1064
Score: 10
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
#1 - VBScript will no longer be updated. Microsoft expects you to use VB. NET or PowerShell instead #2 - There will still be bugfixes and WSH support due to the large number of people who still use this technology. #3 - JScript is a stable scripting language to move to if you're paranoid. Worst case scenario, you can compile JScript into an exe to do the same work as before.
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
|
|