mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 06:02:56 +02:00
Update the comment header
This commit is contained in:
@ -2,17 +2,17 @@
|
||||
.SYNOPSIS
|
||||
Creates a new symbolic link file
|
||||
.DESCRIPTION
|
||||
This script creates a new symbolic link file.
|
||||
This PowerShell script creates a new symbolic link file.
|
||||
.PARAMETER symlink
|
||||
Specifies the new symlink filename
|
||||
.PARAMETER target
|
||||
Specifies the path to target
|
||||
.EXAMPLE
|
||||
PS> ./new-symlink C:\Temp\HDD C:\
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
param([string]$symlink = "", $[string]target = "")
|
||||
|
Reference in New Issue
Block a user