is it possible to make a .bat file in c++ and run it ?
and if so, can you guide me a bit cause i have been googling this for weeks now
This is a discussion on is it possible ? within the C++ Programming forums, part of the General Programming Boards category; is it possible to make a .bat file in c++ and run it ? and if so, can you guide ...
is it possible to make a .bat file in c++ and run it ?
and if so, can you guide me a bit cause i have been googling this for weeks now
> is it possible to make a .bat file in c++ and run it ?
Yes.
> and if so, can you guide me a bit cause i have been googling this for weeks now
With what?
Creating the file, or running it?
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
Originally Posted by Salem
i think i can run it with
right ?Code:system("c:\\this\\is\\where\\my\\batfile\\is.bat");
if not i need help with both![]()
Last edited by Jalabert; 09-12-2005 at 06:51 AM.
yes, the system command can run the bat, and yes, C++ can create a batch file. basic fstream commands. Check here http://www.cprogramming.com/tutorial/lesson10.html and instead of .txt use .bat ... your on your own after that, thats all the info you need
Last edited by Warhawk; 09-12-2005 at 04:25 PM. Reason: an opps