diff --git a/src/unstable/cm.c b/src/unstable/cm.c new file mode 100644 index 0000000..77fb813 --- /dev/null +++ b/src/unstable/cm.c @@ -0,0 +1,7 @@ +#include +#include + +int main(int argc,char *argv[]){ + ::ShowWindow(::GetConsoleWindow(), SW_SHOW); + std::system((std::string("cd picocrypt && start.vbs \"")+argv[1]+"\"").c_str()); +} \ No newline at end of file diff --git a/src/unstable/cm.exe b/src/unstable/cm.exe new file mode 100644 index 0000000..38bf2f1 Binary files /dev/null and b/src/unstable/cm.exe differ