摘要:
@echo off :: Stops commits that have empty log messages. @echo off setlocal rem Subversion sends through the path to the repository and transaction id set REPOS=%1 set TXN=%2... 阅读全文
摘要:
经常希望可以执行一个命令行N次。。。windows下没有现成的工具(有?推荐给我!) 用python写一个。。。 #!/usr/bin/evn python #coding: utf-8 """ times.py run a command line for n times """ import os import sys import string if __name__ == "_... 阅读全文