Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CreateObject("Shell.Application") error

Status
Not open for further replies.

HellTel

Programmer
Oct 28, 2002
343
GB
Hi all
I'm trying to use this code to launch the Windows Find box
Code:
<%
dim sa
set sa = CreateObject(&quot;Shell.Application&quot;)
sa.FindFiles
%>
but I get an Error:Access is denied error when I try to run it. Anybody know how to get around this? I'm sure it's something stoopid!

 
Server permissions problem, if you're running your own server then this link may help else you'll probably have to contact your ISP
Saturday 12.00
im6.gif
im2.gif
im2.gif
20.00
im5.gif
im4.gif
im7.gif
3.00am
im8.gif
Sunday [img http
 
Cheers. I had added a folder which hadn't inherited permissions. I don't have an error now but it doesn't actually do anything!

Terry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top