Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <#
- Script By Kris Occhipinti
- http://filmsbykris.com
- June 6th 2014
- GPLv3
- http://www.gnu.org/licenses/gpl.txt
- #>
- Write-Host "All Arguments are $args"
- Write-Host "Each Argument is:"
- foreach ($arg in $args){
- Write-Host "Arg: $arg";
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement