Hi,

I cannot execute the batch file through my ASP page..The code is below


Set WShShell = Server.CreateObject("WScript.Shell")
s=WshShell.Run("c:\aayush\test.bat",1,False)

the drive c: is a network drive (shared) also the application is kept
on a folder which is shared too (but i think this dosent makes any
difference)...I have set Execute permission for the application in
IIS, Restarted the server many times. Please help ..

Regards
Aayush