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
DOS Batch Turnkey system for Win95
Seeking tool for scaling, resizing, and cropping uploaded images (javascript / php, etc)
What is the best GUI for MySQLfor Windows and why?
VFP 6 - Simple Grid on Form and run reports
DW & level of normalization
How to redirect a subdirectory to an alternate server and retain original URL
swapfile location cannot be changed
Need a SUM
Delete blank line from textarea
Java Data Array Sorting Advice Needed