Skip to content

Commit

Permalink
Merge pull request #18 from Oleg-Chashko/patch-1
Browse files Browse the repository at this point in the history
Update UsageExample.au3
  • Loading branch information
htcfreek authored Jul 4, 2021
2 parents 889e78f + 8640324 commit 88c4e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GetDiskInfoFromWmi/UsageExample.au3
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Local $aOutputDisks
Local $aOutputPartitions
_GetDiskInfoFromWmi($aOutputDisks, $aOutputPartitions, $DiskInfoWmi_TableHeader_Yes, $DiskInfoWmi_DiskType_Fixed)
If @error Then MSGBOX(16, @ScriptName, "Somethig goes wrong!")
If @error Then MSGBOX(16, @ScriptName, "Something goes wrong!")

_ArrayDisplay($aOutputDisks, "Disks")
_ArrayDisplay($aOutputPartitions, "Partitons")
_ArrayDisplay($aOutputPartitions, "Partitions")

0 comments on commit 88c4e8b

Please sign in to comment.