Как открыть powershell или командную строку с помощью кнопки click в wxwidgets.?
im new to this technology ,so that i do not have any idea about this powershell launch with button click.so will you plz help me.
Что я уже пробовал:
void GUIFrame::getAssemblyDir() { wxStandardPaths &path = wxStandardPaths::Get(); path.UseAppInfo(wxStandardPaths::AppInfo_AppName); wxString exePath = path.GetDataDir(); }