how do you execute dos commands in c++? like:
int var1;
cin>>var1;
start [var1] or net use [var1]
I dont know how to explain it but where I can make variables and input them in dos commands and execute them
This is a discussion on dos commands in c++ within the A Brief History of Cprogramming.com forums, part of the Community Boards category; how do you execute dos commands in c++? like: int var1; cin>>var1; start [var1] or net use [var1] I dont ...
how do you execute dos commands in c++? like:
int var1;
cin>>var1;
start [var1] or net use [var1]
I dont know how to explain it but where I can make variables and input them in dos commands and execute them
system("whatever dos command goes here");