4d10653790
Toggle voice-to-text tool with Linux and Windows support. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
4 lines
205 B
Plaintext
Executable File
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
|