In article <fpe68i$mqu$1@[EMAIL PROTECTED]
>, Luca Marazzi
<luxdragorreNonScrivereQuesto@[EMAIL PROTECTED]
> wrote:
> "Jerry Kindall" <jerrykindall@[EMAIL PROTECTED]
> ha scritto nel messaggio
> news:180220082025324406%jerrykindall@[EMAIL PROTECTED]
>
> > You could probably have it set up under Internet Information Services
> > (IIS, the Windows Web server). It can run EXEs in response to
requests
> > for Web pages. Then you could just call the URL of the .EXE from your
> > AppleScript.
> >
> > --
> > Jerry Kindall, Seattle, WA
<http://www.jerrykindall.com/>
>
> This is a clever idea! (thnx)......but i have a little problem........
i
> don't want to install another service.....the server is quite under
heavy
> work (DC, Dns, Fileserver,Backup Server....)
Hmm, well, if you're ONLY using IIS for this, I am pretty sure it will
get swapped out of memory when that memory's needed elsewhere and have
little effect on performance. You might try it, anyway.
Another thing you could do, however, is use the Windows telnet service
(be sure to block it from the Internet, as it is not secure). It
should be possible to script Terminal to log on to the Windows box over
Telnet, get a DOS command prompt, and run the script that way. The
telnet service should have a lighter footprint than IIS.
--
Jerry Kindall, Seattle, WA <http://www.jerrykindall.com/>
Send only plain text messages under 32K to the Reply-To address.
This mailbox is filtered aggressively to thwart spam and viruses.


|