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? |
|||||||||
closed as not a real question by Walter, ChrisF♦ Nov 5 '12 at 9:42It'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, visit the help center.If this question can be reworded to fit the rules in the help center, please edit the question. |
|||||||||
|
Read up on how to write PowerShell Modules. See also: http://stackoverflow.com/questions/5549516/run-a-powershell-script-from-another-one |
|||
|