[3.7] Replace "DOS box" with link to Windows FAQ. (GH-12390) (GH-12525)

(cherry picked from commit 6661c1720e)


Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
Miss Islington (bot) 2019-03-24 12:12:05 -07:00 committed by GitHub
parent d93de028e8
commit 4d5f1a4bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@ Python on Windows FAQ
.. XXX need review for Python 3.
XXX need review for Windows Vista/Seven?
.. _faq-run-program-under-windows:
How do I run a Python program under Windows?
--------------------------------------------

View File

@ -26,7 +26,7 @@ popular alternative location.)
On Windows machines, the Python installation is usually placed in
:file:`C:\\Python37`, though you can change this when you're running the
installer. To add this directory to your path, you can type the following
command into the command prompt in a DOS box::
command into :ref:`a command prompt window <faq-run-program-under-windows>`::
set path=%path%;C:\python37