摘要:
import os path = os.getcwd() os.chdir(path) file_name = os.listdir(path) # print file_name for each in file_name: if ('WC' in each) and ('WCT' not in each): name_rew = 'WCT' + each[2:] ... 阅读全文
摘要:
BITSAdmin Examples The following examples show how to use the BITSAdmin tool to perform the most common tasks. For a complete list of switches and des 阅读全文