Skip to content

Commit

Permalink
continue with default options if [silent] is in the file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmclaren7 committed Mar 6, 2024
1 parent 701bdf6 commit 5b2022c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AutoOffice365.au3
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ GUISetState(@SW_SHOW)

While 1
$nMsg = GUIGetMsg()
If StringInStr(@ScriptName, "[silent]") Then $nMsg = $Button_Install
Switch $nMsg
Case $GUI_EVENT_CLOSE, $Button_Cancel
Exit
Expand Down

0 comments on commit 5b2022c

Please sign in to comment.