#include /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char** argv) { int arg = -1; int empty = 0; std::string parametry = "a"; system("pause"); do { if(empty==0) { empty = 1; //parametry = (char) 32; } arg=arg+1; parametry = parametry + argv[arg]; }while(arg!=argc); system("pause"); std::string steam = "F:/Programy/Steam/Steam.exe -applaunch 15674445527167008768"; steam = steam + (char) 32 + parametry; std::cout<