PowerShell/Docs/make-install.ps1.md
2021-08-29 12:53:35 +02:00

30 lines
780 B
Markdown

# PowerShell Script /home/mf/PowerShell/Scripts/make-install.ps1
## Synopsis
make-install.ps1 <build-dir>
## Description
Copies newer EXE's + DLL's from the build directory to the installation directory.
## Syntax
```powershell
/home/mf/PowerShell/Scripts/make-install.ps1 [<CommonParameters>]
```
## <CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
## Example
```powershell
PS>.\make-install.ps1
```
## Notes
Author: Markus Fleschutz
License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Created by convert-ps2md.ps1*