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
how to dynamically change CSS style based on time
Multicast session fails to open on secondary site server.
Are Mac's easier to support than PC's? Why or why not?
Secondary namespace in WSDL
PC reliability study
av security suite Removal
Is it possible to create a database snapshot from a back up file, without having to restore it first?
OCS 2007 R2 and Cisco call manager
How To REMOVE VALUE from 'not checked checkboxes'
Combine worksheets from different workbooks into one workbook using VB.Net