Microsoft
Software
Hardware
Network
Question : vbscript
I need to run the following command from a VBscript. I keep getting errors when I try the cmd /k method or the oshell.exec method
D:\Program Files\HP\HP BTO Software\bin>opcmsg.exe severity=normal application=test object=test msg_text="this is a test"
Answer : vbscript
I do not know why you need h-file, but if you will make it, then you will need to add:
#include "header_file_name.h". And in this h-file you may have only function signatures:
void display();
Random Solutions
Can Windows Server Standard 2008 FE be upgraded to Standard level without breaking Exchange 2007 SP1 currently installed?
How to retrieve data from an XML file using ASP.NET?
stop Weblogic managed server without node manager and admin server
VBA to rename an MS Word dropdown formfield.
Link to PDF files from DVD Menu
Hidden answers after logging in
Resize multi select boxes in SharePoint form
How to make IN operator to accept CSV which are varchar in SQL Server 2008
Is there a funtion that if I use substr(col,1,1) will tell me where a value is not a character
Running RMI on Tomcat Servlet - How do I set up RMISecurityManager?