How to using multiple files in Powershell to ensure modularity?
function.ps1 could have all the utility functions?
command1.ps1 could have calls related to a command?
|
How to using multiple files in Powershell to ensure modularity? function.ps1 could have all the utility functions? command1.ps1 could have calls related to a command? |
|||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Read up on how to write PowerShell Modules. See also: http://stackoverflow.com/questions/5549516/run-a-powershell-script-from-another-one |
|||
|
|