Skip to content
Thev2Andy edited this page Apr 18, 2022 · 3 revisions

Welcome to the PowerBeep docs!

PowerBeep is a kind of programming language (it's a beep sequencer by text) made in C#, that can sequence console beeps.

beep 3
wait 650
beep
  • What's the purpose of PowerBeep?

    It doesn't really have a purpose, it's just a kind of programming language (it's a beep sequencer by text) made in C#, that can sequence console beeps.

  • How do I use PowerBeep?

    You can check out the workflow page here. It covers everything, from writing scripts to compiling the runtime.

  • Is it possible to embed PowerBeep in my application?

    Yeah, and you can read about it here.

Clone this wiki locally