RE: VB Help With /Commands
Are you getting any errors at all? Try whipping the command into a module and call it from an exe with an error handler, it could be a type mismatch error with the long and the string:
try replacing:
CPUSPEED
with
CStr(CPUSPEED) or Str(CPUSPEED) etc.
might help,
Tom
This post was brought to you by Hah!
(and he takes no responsibility for it )
{Current Web Site}
|