@@ -314,8 +314,8 @@ int main()
314314 strcpy(E_TargetFileLastNameOutput,E_TargetFileCharPath);*/
315315
316316 ConsoleTableColorSet (1 , 1 , 0 );
317- std::cout << " 正在记录并导出,本次用于文件加密,3个密钥字符串 ......" << endl;
318- std::cout << " Is being recorded and exported, this time for file encryption, 3 key string......" << endl;
317+ std::cout << " 正在记录并导出,本次用于文件加密,4个密钥字符串 ......" << endl;
318+ std::cout << " Is being recorded and exported, this time for file encryption, 4 key string......" << endl;
319319 ofstream PasswordOutputKeyFile;
320320 PasswordOutputKeyFile.open (" .\\ File-Key-Record-Log\\ ENCRYPTION-DECRYPTIPN-PASSWORD.KEY.TXT" );
321321 PasswordOutputKeyFile << " Twlilght_Yujiang File Lock Password [Key String] Save\n " << endl;
@@ -669,14 +669,14 @@ int main()
669669
670670 system (" @Rmdir /s /q .\\ File-Key-Record-Log\\ " );
671671
672- system (" @Rd /s /q .\\ WorkPath\\ Encrypt\\ OutputFile\\ " );
673- system (" @Rd /s /q .\\ WorkPath\\ Encrypt\\ InputFile\\ " );
674- system (" @Rd /s /q .\\ WorkPath\\ Encrypt\\ " );
672+ system (" @Rmdir /s /q .\\ WorkPath\\ Encrypt\\ OutputFile\\ " );
673+ system (" @Rmdir /s /q .\\ WorkPath\\ Encrypt\\ InputFile\\ " );
674+ system (" @Rmdir /s /q .\\ WorkPath\\ Encrypt\\ " );
675675
676- system (" @Rd /s /q .\\ WorkPath\\ Decrypt\\ OutputFile\\ " );
677- system (" @Rd /s /q .\\ WorkPath\\ Decrypt\\ InputFile\\ " );
678- system (" @Rd /s /q .\\ WorkPath\\ Decrypt\\ " );
679- system (" @Rd /s /q .\\ WorkPath\\ " );
676+ system (" @Rmdir /s /q .\\ WorkPath\\ Decrypt\\ OutputFile\\ " );
677+ system (" @Rmdir /s /q .\\ WorkPath\\ Decrypt\\ InputFile\\ " );
678+ system (" @Rmdir /s /q .\\ WorkPath\\ Decrypt\\ " );
679+ system (" @Rmdir /s /q .\\ WorkPath\\ " );
680680
681681 system (" cls" );
682682
@@ -702,14 +702,14 @@ int main()
702702
703703 system (" @Rmdir /s /q .\\ File-Key-Record-Log\\ " );
704704
705- system (" @Rd /s /q .\\ WorkPath\\ Encrypt\\ OutputFile\\ " );
706- system (" @Rd /s /q .\\ WorkPath\\ Encrypt\\ InputFile\\ " );
707- system (" @Rd /s /q .\\ WorkPath\\ Encrypt\\ " );
705+ system (" @Rmdir /s /q .\\ WorkPath\\ Encrypt\\ OutputFile\\ " );
706+ system (" @Rmdir /s /q .\\ WorkPath\\ Encrypt\\ InputFile\\ " );
707+ system (" @Rmdir /s /q .\\ WorkPath\\ Encrypt\\ " );
708708
709- system (" @Rd /s /q .\\ WorkPath\\ Decrypt\\ OutputFile\\ " );
710- system (" @Rd /s /q .\\ WorkPath\\ Decrypt\\ InputFile\\ " );
711- system (" @Rd /s /q .\\ WorkPath\\ Decrypt\\ " );
712- system (" @Rd /s /q .\\ WorkPath\\ " );
709+ system (" @Rmdir /s /q .\\ WorkPath\\ Decrypt\\ OutputFile\\ " );
710+ system (" @Rmdir /s /q .\\ WorkPath\\ Decrypt\\ InputFile\\ " );
711+ system (" @Rmdir /s /q .\\ WorkPath\\ Decrypt\\ " );
712+ system (" @Rmdir /s /q .\\ WorkPath\\ " );
713713
714714 system (" cls" );
715715
0 commit comments