Chb'kill Trial 0.1版+代码 Download
Chb'kill Trial 0.1版比beta版精简很多,程序用C++编写。
希望这个简单的小程序能给您带来方便^0^!
#include<iostream>
using namespace std;
int call(void);
int main()
{
char input[40];
cout<<"(C) www.52chb.com Corp."<<endl;
cout<<endl;
cout<<endl;
cout<<"Please input the parameter:"<<endl;
gets(input);
if(strlen(input)==0)
{
cout<<"Error!"<<endl;
exit(1);
}else{
system(input);
cout<<"/nOrder to succeed in finishing!"<<"/t/t"<<input<<endl;
system("pause");
call();
}}
int call(void)
{
main();
return 0;
}
Chb'kill Trial 0.1版+代码 Download
http://hacker.lygweb.com/down/Commandkill.exe
Chb'kill Trial 0.1版比beta版精简很多,程序用C++编写。
希望这个简单的小程序能给您带来方便^0^!
#include<iostream>
using namespace std;
int call(void);
int main()
{
char input[40];
cout<<"(C) www.52chb.com Corp."<<endl;
cout<<endl;
cout<<endl;
cout<<"Please input the parameter:"<<endl;
gets(input);
if(strlen(input)==0)
{
cout<<"Error!"<<endl;
exit(1);
}else{
system(input);
cout<<"/nOrder to succeed in finishing!"<<"/t/t"<<input<<endl;
system("pause");
call();
}}
int call(void)
{
main();
return 0;
}
Chb'kill Trial 0.1版+代码 Download
http://hacker.lygweb.com/down/Commandkill.exe
介绍了Chb'kill Trial 0.1版,该版本比beta版精简,程序用C++编写。给出了程序代码,包含输入参数、执行系统命令等功能,还提供了该版本及代码的下载链接。
296





