run_programs_sequentially

This commit is contained in:
2023-10-22 21:22:26 +08:00
parent d5209ea7bc
commit bfd345851c
2 changed files with 22 additions and 0 deletions

View File

@@ -923,6 +923,9 @@ guan.play_element_words(random_on=0, show_translation=1, show_link=1, translatio
# Module 13: file processing
# 自动先后运行程序(串行)
guan.run_programs_sequentially(program_files=['./a.py', './b.py'], execute='python ', show_time=0)
# 如果不存在文件夹,则新建文件夹
guan.make_directory(directory='./test')