This commit is contained in:
Dax T. Games 2023-11-24 15:27:19 -05:00
parent a7f19f56e8
commit 2beb27d490

View File

@ -599,7 +599,7 @@ void StartCmder(std::wstring path = L"", bool is_single_mode = false, std::wstr
si.dwFlags = STARTF_TITLEISAPPID;
#endif
PROCESS_INFORMATION pi;
// MessageBox(NULL, terminalPath, _T("Error"), MB_OK);
// MessageBox(NULL, args, _T("Error"), MB_OK);
@ -872,7 +872,7 @@ cmderOptions GetOption()
{
szArgList[i][len - 1] = '\0';
}
if (PathFileExists(szArgList[i]))
{
cmderOptions.cmderStart = szArgList[i];