Powershell GUI fronted (WPF) to run categorized console scripts

⌈⌋ ⎇ branch:  ClickyColoury


Artifact [4f5e019f38]

Artifact 4f5e019f3826eee0f45544ec09145b00ca16d414:

  • File tools/test/test_readhost.ps1 — part of check-in [06df8ad9bd] at 2017-09-22 23:34:42 on branch trunk — Derived from current base version 0.8.0; some sample and generic scripts added. (user: mario size: 254)

# api: multitool
# type: inline
# category: test
# title: Read-Host
# description: runs the Ask-Gui() wrapper
# version: 0.1

Read-Host "User"  # should get the $username variable without prompt
Read-Host "Else"  # should pop up a message box