Open command line in KS

Hello,

Is there a way to open command line in KS?

Thanks

hello,

maybe this way to open calculator
try {
Process process = Runtime.getRuntime().exec(“cmd /c start C:\Users\xxxx\Desktop\KatalonStudio\mybat.bat”);
System.out.println(process.getText());
} catch(IOException e) {
e.printStackTrace();
}

mybat.bat content
C:\Windows\system32\calc.exe