Files
felixm 4d10653790 Initial commit
Toggle voice-to-text tool with Linux and Windows support.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-30 23:30:37 -04:00

4 lines
205 B
Plaintext
Executable File

Set WshShell = CreateObject("WScript.Shell")
WshShell.CurrentDirectory = CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName)
WshShell.Run "cmd /c uv run blurt", 0, False