Advertisement
Vibius

Python Is Not A Recognized Command FIX

Jul 20th, 2016
715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Paste this in run.bat if you get the error "Python is not a recognized command"
  2.  
  3. start cmd /k c:\python27\python -m SimpleHTTPServer 8000
  4. @echo off
  5. set /p Username= Username-
  6. set /p Password= Password-
  7. set /p UserInputPath= Set Location-
  8. c:\python27\python main.py -u %Username% -p %Password% -l "%UserInputPath%"
  9. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement