|
-
November 29th, 2007, 08:12 AM
#3
Re: Execute DOS commands in VC++
I see the thread is some years old, but I hope someone will respond..
I have the same question as Logikos, and I tryed SeventhStar's solution (and it works)...
but, if i want to use commands based on variables, like...
system(exec);
where exec is a string, problems arrise (because function system is taking only const char* variables..and mine are System::String)
Any suggestions, plz? (using Visual Studio 2005)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|