Aug 22, 2004 #1 A1METALHEAD Programmer Joined May 21, 2004 Messages 76 Location US is it possaable to use dos commands(including "cd"and exicuting seperate apps with command line prams) with c++?if so how? thanks ~metalhead
is it possaable to use dos commands(including "cd"and exicuting seperate apps with command line prams) with c++?if so how? thanks ~metalhead
Aug 22, 2004 Thread starter #2 A1METALHEAD Programmer Joined May 21, 2004 Messages 76 Location US SORRY, i figured it out, i had system("c:\bTest.bat"), my compiler dident flag anything becuse it thought is was a escape car!! so i fixed it. soory Upvote 0 Downvote
SORRY, i figured it out, i had system("c:\bTest.bat"), my compiler dident flag anything becuse it thought is was a escape car!! so i fixed it. soory