Skip to content

Commit 7b6367a

Browse files
committed
Document starting AutoHotkey.py without the terminal window
1 parent bb8dcfd commit 7b6367a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/quickstart.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ because it enables the arrow keys to traverse the command history.
3131
3232
python -m ahkpy
3333
34+
To start AutoHotkey.py without the terminal window, use *pyw*:
35+
36+
.. code-block:: text
37+
38+
pyw -m ahkpy myscript.py
39+
3440
The AutoHotkey.py interface resembles that of the Python interpreter. For more
3541
information on the interface options refer to `Python documentation
3642
<https://docs.python.org/3/using/cmdline.html#interface-options>`_.

0 commit comments

Comments
 (0)