DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
run all python files in a directory in windows
for
f
in
*
.
py
;
do python
"$f"
;
done
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#run
#python
#files
#directory
#windows
ADD COMMENT
Topic
COMMENT
Name
6+5 =
Submit