Files
moudey--shell/docs/examples/taskbar.html
T
2026-07-13 12:28:17 +08:00

13 lines
393 B
HTML

<h5>Taskbar example</h5>
<pre class="lang-shell">$hello_world = 'Hello World!'
item(title=hello_world cmd=msg(hello_world))
separator
item(title='Command prompt' cmd args='/k echo @hello_world')
separator
menu(title='Sub menu')
{
item(title='Open Paint' cmd='paint.exe' arg=sel.path)
separator
item(title='Open Notepad' cmd='notepad.exe' arg='"@sel.path"')
}</code></pre>