Originally I tried to just use a batch file but the tiny flash of the console prompt is too much, This is going to be a delivered app to the people that I technically support at work. Then stupidly I tried to issue a system command once I had a silent windows api program which created a console window anyway.
This is my first experience with windows API programs in C++ and I was wondering if there is anyway to do what I'm trying to in a short manner of time.
Any help is greatly appreciated as always and sorry for the long winded post.
Edit: This program IS intended only to be used in windows and here is the batch file we tried.
echo off
cd c:\program files\common files\microsoft shared\msinfo\
msinfo32.exe /report c:\mytest.txt /categories systemsummary
Edited by Brettpach, 24 April 2008 - 05:55 AM.


Sign In
Create Account

Back to top









