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?
Read up on how to write PowerShell Modules.
See also: https://stackoverflow.com/questions/5549516/run-a-powershell-script-from-another-one