12 2012 档案

摘要:@echo offfor /f %%i in ('dir /s /b "*.txt"') do (ren "%%~pi%%~ni.txt" "%%~ni"copy "%%~pi%%~ni.txt" "out\%%~ni.txt") 阅读全文
posted @ 2012-12-30 18:51 何卫 阅读(247) 评论(0) 推荐(0)
摘要:// incorporate.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include "assert.h"#include "stdio.h"#include<windows.h>#include <fstream>#include <iostream>#include <string>using namespace std;#include "jtzComp 阅读全文
posted @ 2012-12-05 12:48 何卫 阅读(525) 评论(0) 推荐(0)