PDA

View Full Version : Ver 553 Cannot find Script Engine


choli0090
02-12-2008, 07:48 AM
Hello All,

I was trying to use the batch builder to run the ad detective on a folder & it was giving me the following message

CScript Error: Can't find script engine "VBScript" for script "C:\Program Files\VideoReDoTVSuite\AdScan.vbs".

Any ideas on what would cause this ?

Thanks

phd
02-12-2008, 02:35 PM
This behavior indicates that the vbscript.dll library needs to be re-registered:
1. Open a CMD.EXE window.
2. Type the following command and press Enter:
regsvr32 /s %SystemRoot%\System32\vbscript.dll

choli0090
02-13-2008, 02:55 AM
That worked...

Thanks !!!!!

phd
02-13-2008, 04:02 AM
You're welcome.