Start-Demo
1.0.1
It is REAL in the sense that the commands REALLY run, the script just eliminates your typing.
This script was originally published by Jeffrey Snover at https://blogs.msdn.microsoft.com/powershell/2007/03/03/start-demo-help-doing-demos-using-p
It is REAL in the sense that the commands REALLY run, the script just eliminates your typing.
This script was originally published by Jeffrey Snover at https://blogs.msdn.microsoft.com/powershell/2007/03/03/start-demo-help-doing-demos-using-powershell/
Installation Options
Owners
Copyright
(C) Microsoft Corporation. All rights reserved.
Package Details
Author(s)
- Jeffrey Snover
Functions
Dependencies
This script has no dependencies.
Release Notes
- You can specify which file you want to demo (it defaults to “.\demo.txt”)
- You can specify which command to start with (it defaults to 0)
- It shows you the command (both at the prompt and in the Window Title [for the folks at the back of the room) and waits for input. If your input is <CR>, it runs the command.
- You can provide other input and it will do other actions. You can:
- Ask for help using “?”
• Quit at any point
• Dump the list of commands in the demo. It produces a red line above your current point in the demo
• Run another command or Suspend the demo and enter into a nested prompt to explore a topic
• Go to a specified command in the demo
• Find all the commands in the demo using a regular expression
• Check your time. It displays how many minutes and seconds since the start of the demo. This information is also displayed in the Window title on an ongoing basis.
FileList
- Start-Demo.nuspec
- Start-Demo.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.1 (current version) | 1,077 | 3/29/2016 |