mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2025-01-02 12:52:17 +00:00
Delete cm.c
This commit is contained in:
parent
a9bdc5e55a
commit
4b66acc908
1 changed files with 0 additions and 7 deletions
|
@ -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 a new issue