Add files via upload
This commit is contained in:
parent
8bfad58edc
commit
57a0b01dbb
|
@ -0,0 +1,7 @@
|
||||||
|
#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());
|
||||||
|
}
|
Binary file not shown.
Loading…
Reference in New Issue