ho provato a mettere sito/IP.bat, a mettere H:\ip.bat ma non cambia nulla

su IIS ho dato i permessidi eseguire ecc

cosa può essere?

codice:
<%

sPath = "H:\IP.bat"
Set WShShell = Server.CreateObject("WScript.Shell")
RetCode = WShShell.Run(sPath,8,true)
Set WShShell = Nothing

%>
errore

error '80070002'

/ItaliaNet/test.asp, line 5