todoist_interface/todoist_interface.vbs

3 lines
174 B
Plaintext

Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "C:\Users\zweili\playground\todoist_interface\todoist_interface.bat" & Chr(34), 0
Set WshShell = Nothing