Update new-shortcut.ps1 and new-symlink.ps1

This commit is contained in:
Markus Fleschutz
2021-09-16 09:00:56 +02:00
parent a23129f53c
commit 6df6a8c307
4 changed files with 255 additions and 255 deletions

View File

@ -2,7 +2,7 @@
.SYNOPSIS
new-shortcut.ps1 [<shortcut>] [<target>] [<description>]
.DESCRIPTION
Creates a new shortcut file.
Creates a new shortcut file
.EXAMPLE
PS> .\new-shortcut.ps1 C:\Temp\HDD C:\
.NOTES

View File

@ -2,7 +2,7 @@
.SYNOPSIS
new-symlink.ps1 [<symlink>] [<target>]
.DESCRIPTION
Creates a new symbolic link file.
Creates a new symbolic link file
.EXAMPLE
PS> .\new-symlink.ps1 C:\Temp\HDD C:\
.NOTES