Delete cm.c
This commit is contained in:
parent
a9bdc5e55a
commit
4b66acc908
|
@ -1,7 +0,0 @@
|
|||
#include <iostream>
|
||||
#include <Windows.h>
|
||||
|
||||
int main(int argc,char *argv[]){
|
||||
::ShowWindow(::GetConsoleWindow(), SW_SHOW);
|
||||
std::system((std::string("cd picocrypt && start.vbs \"")+argv[1]+"\"").c_str());
|
||||
}
|
Loading…
Reference in New Issue