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
Roaming Profiles in Windows 7 Pro and SBS 2008
Backup on Hyper-V Cluster
How can you search e-mail within Outlook 2010 and not use the index?
Whats the difference? $var and $_var
Clear only first 5 columns
Mail delivery has failed
Adobe - monitor profile [..] appears to be defective. Please rerun your monitor calibration software
SQLCommandBuilder - GetUpdateCommand, GetInsertCommand and GetDeleteCommand Questions
OpenVPN Management Port 7505 telnet problem
Run the first php script in background - When done - run the next script ...