| RE: VB Help With /Commands I really cannot understand why it won't work then, everything seems to be fine, unless it is capitalisation.
 If so just change:
 
 sResult = Replace(sCommandArg,"%cpu", CPUSpeed)
 
 into
 
 sResult = Replace(lcase(sCommandArg),"%cpu", CPUSpeed)
 Hard work pays off in the long run but laziness pays off NOW      |