|
|
Browse by Tags
All Tags » VBScript (RSS)
-
Today for the last time we'll talk about old scripting techniques and how to port them to PowerShell.
That's because today you will learn all you possibly need to reuse old script code including a cool VBScript integrator called new-vbscript that let's you merge arbitrary VBScript/JScript/PerlScript code into PowerShell.
Stop. What if I don't ...
-
On Day 1, we looked at PowerShell as a replacement for the cmd.exe console. Today, we’ll be shifting angles (and expectations) and examine PowerShell as a scripting language.
The by far easiest way of re-using old script code is by leaving it as-is. If the batch file or VBScript script you got does what you expect it to do – fine. Simply launch ...
|
|
|