M
mastar
Hi all
im trying to run a file localy on my server (2003) using asp , this is the
code :
<%@ LANGUAGE = "JAVASCRIPT" %>
<%
var commandLine = "File_NAME.EXE";
var WshShell = Server.CreateObject("WScript.Shell");
WshShell.Run(commandLine);
WshShell = null;
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Untitled</title></head><body>Done!</body></html>
this is what i got so far , when i run the page i can see in the task
manager that the file do start but nothing happand ! i also notice that the
user that is runing this file called "Newwork service" failing to work i
tryed to give Newwork service more permissions using the local secuty policy
tool at the control panel (also didnt worked )
i just dont get it , it sould be trivial but it just doesnt works
help will be most appreciated
im trying to run a file localy on my server (2003) using asp , this is the
code :
<%@ LANGUAGE = "JAVASCRIPT" %>
<%
var commandLine = "File_NAME.EXE";
var WshShell = Server.CreateObject("WScript.Shell");
WshShell.Run(commandLine);
WshShell = null;
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Untitled</title></head><body>Done!</body></html>
this is what i got so far , when i run the page i can see in the task
manager that the file do start but nothing happand ! i also notice that the
user that is runing this file called "Newwork service" failing to work i
tryed to give Newwork service more permissions using the local secuty policy
tool at the control panel (also didnt worked )
i just dont get it , it sould be trivial but it just doesnt works
help will be most appreciated