updating some server scripts

This commit is contained in:
jakani24
2024-02-19 17:24:41 +01:00
parent a6290d5404
commit 85e09032ce
21 changed files with 37 additions and 11 deletions

View File

@@ -181,6 +181,7 @@ int main()
else {
printf("Stopping cyberhex");
system("taskkill /F /IM cyberhex.exe");
Sleep(1000);
printf("Removing directorys\n");
printf("Removing directory for application\n");
error = remove_dir(L"C:\\Program Files\\Cyberhex");