With Powershell growing rapidly in popularity, is there any reason to learn VBScript?

This is more of a general question than anything. I know that VBScript and Powershell can do a lot of the same thing, and everyone does something that the other cannot do, but I wonder if there is a reason to continue to study VBScript or if the effort is best directed towards learning Powershell.

/ matte

+3
source share
3 answers

If you spend most of your time in the .Net world and don’t need to support / use any kind of core code that exists in VBScript, but I would focus on PowerShell. This is a great product and its use will only help increase your familiarity with the .Net framework and the environment.

+6
source

, PowerShell, , WinPE ( ). , PowerShell Windows script, VBScript. "", PowerShell - script, , , .

+2

, . , PowerShell Windows 7 , VBScript Windows 98. , script, XP, , PowerShell. , . cmd Windows ( WinDOS).

PowerShell is currently my choice scripting language, although performance may be better (which I sadly notice when trying to solve Project Euler problems). In my internship, we are currently developing using C #, and some utility functions lie around since PowerShell functions are very useful. And translating them from C # to PowerShell is trivial.

+2
source

Source: https://habr.com/ru/post/1719041/


All Articles