Skip to content
Snippets Groups Projects
scripto.py 141 B
Newer Older
alex mirone's avatar
alex mirone committed
import os
import glob

fs = glob.glob("../ab2tds/scripts/*")

for f in  fs:
    n = os.path.basename(f)
    os.system("copy tipo  %s.bat"%n)