cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Run external file
Run external file
Oct 13, 2010 at 7:11am UTC
Mazd
(191)
Hi,guys i need run .inf and .bat files when corresponding button is clicked,help plz,(in QT or Win32)
Oct 13, 2010 at 8:51am UTC
kbw
(9488)
http://www.cplusplus.com/forum/windows/29681/#msg161563
Oct 15, 2010 at 11:04am UTC
Mazd
(191)
am figure out nothing.
Oct 20, 2010 at 4:25pm UTC
Kiana
(186)
As explained in kbw's link, you should use ShellExecute. I don't know how QT works, but call ShellExecute where you're supposed to handle your button being clicked.
http://msdn.microsoft.com/en-us/library/bb762153%28VS.85%29.aspx
Oct 21, 2010 at 11:25am UTC
Mazd
(191)
thanks
Topic archived. No new replies allowed.