|
-
Nov 3rd, 2004, 02:14 PM
#1
Thread Starter
Frenzied Member
Run EXE server side
I'm pretty new to this side of coding. Well say i want to run an EXE via ASP server side well that fine.
VB Code:
<%
Dim WshShell
set WshShell = CreateObject("WScript.Shell")
WshShell.Run "C:\WINDOWS\Desktop\file.exe"
set WshShell= nothing
%>
This will call the EXE thats from an asp page on my web server, win 98 (PWS).
So does the client thats viewing this page see the full functionality of the EXE on their desktop or in their browser or how exactly does it work?
-
Nov 4th, 2004, 08:30 AM
#2
The client never notices that the exe is running on the server.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|