Updated the manuals

This commit is contained in:
Markus Fleschutz
2025-08-07 15:48:27 +02:00
parent b4c21affde
commit d20acb7171
665 changed files with 2601 additions and 2601 deletions

View File

@ -1,5 +1,5 @@
The *remove-dir.ps1* Script
===========================
PowerShell Script: *remove-dir.ps1*
===================================
This PowerShell script removes the given directory tree recursively.
NOTE: Use with care! This cannot be undone!
@ -7,7 +7,7 @@ NOTE: Use with care! This cannot be undone!
Parameters
----------
```powershell
/Repos/PowerShell/scripts/remove-dir.ps1 [[-pathToDir] <String>] [<CommonParameters>]
PS> ./remove-dir.ps1 [[-pathToDir] <String>] [<CommonParameters>]
-pathToDir <String>
Specifies the file path to the directory tree
@ -83,4 +83,4 @@ try {
}
```
*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)*
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)*