This commit is contained in:
varada%netscape.com 2000-10-19 22:01:06 +00:00
Родитель 5258c73422
Коммит fa90a0cebb
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -186,7 +186,7 @@ int ReplaceINIFile()
CString copycat = "copycat.bat";
ofstream cc(copycat);
cc << command2 <<"\n";
cc << command2 <<"\necho off \ncls\n";
cc.close();
CString command3 ="copycat.bat";
@ -194,6 +194,8 @@ int ReplaceINIFile()
ExecuteCommand((char *)(LPCTSTR) command3, SW_SHOW, INFINITE);
DeleteFile("copycat.bat");
CString unzipN6 = quotes +rootPath + "unzip.exe"+ quotes + "-o" + spaces + quotes + zipName + quotes;
ExecuteCommand((char *)(LPCTSTR) unzipN6, SW_SHOW, INFINITE);
DeleteFile(zipName);
SetCurrentDirectory(olddir);