Saved Bookmarks
| 1. |
Solve : python script? |
|
Answer» Hi HiThe command ./proc.py will not work from the command line. It is not part of the set or programs or commands that *DOS knows about. A script has to be run from its interpreter.This rule applies not only to Python, but all scripting languages. A Python interpreter suitable for DOS can be found at: http://www.python.org/ The CURRENT production versions are Python 2.7.1 and Python 3.2. Once you have a suitable version installed on your PC, you can INVOKE Python from the command line and pass the script as an argument. SEE the documentation for EXAMPLES. -------- *DOS, I mean the command line in Windows. Everybody calls it DOS and the documentation is found under DOS on this forum. Screen Shot of shell. |
|