How to Access Arguments in Windows PowerShell
Posted by Ajay Pathak on February 9, 2010
To access command-line arguments used when starting a script use the automatic variable $args. You can...
Filed in: Programming
0