well, I could launch the qtp from D drive as well.
Try this
1. Click Start, All Programs, Accessories then right click on Command Prompt and select "Run as Administrator"
cd to your windows\system32 directory
enter the following command:
regsvr32 vbscript.dll
This is to register vbscript.
2.create a scripting file system object like
and then try. It should work
Try this
1. Click Start, All Programs, Accessories then right click on Command Prompt and select "Run as Administrator"
cd to your windows\system32 directory
enter the following command:
regsvr32 vbscript.dll
This is to register vbscript.
2.create a scripting file system object like
Code:
set x = CreateObject("Scripting.FileSystemObject")
and then try. It should work