Spelling mistake corrected and example adjusted to avoid ambiguity
This commit is contained in:
parent
2e03f37552
commit
070b85950e
1 changed files with 2 additions and 2 deletions
|
|
@ -21,13 +21,13 @@ CustomMessage.xml
|
|||
Specify the name of the XML file to read. The XML file must exist in the same directory as Toast_Notify.ps1. If no parameter is passed, it is assumed the XML file is called CustomMessage.xml.
|
||||
|
||||
.PARAMETER XMLOtherSource
|
||||
Specify the location of the Custom XML file used for the Toast when it is not in the saem directory as the Toast_Notify.ps1 script
|
||||
Specify the location of the Custom XML file used for the Toast when it is not in the same directory as the Toast_Notify.ps1 script
|
||||
|
||||
.EXAMPLE
|
||||
Toast_Notify.ps1 -XMLOtherSource "\\fileserverhome\xml\CustomMessage.xml"
|
||||
|
||||
.EXAMPLE
|
||||
Toast_Notify.ps1 -XMLSciptDirSource "CustomMessage5.xml"
|
||||
Toast_Notify.ps1 -XMLSciptDirSource "PhoneSystemProblems.xml"
|
||||
|
||||
.EXAMPLE
|
||||
Toast_Notify.ps1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue