Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Exe ASP from command line

0 views
Skip to first unread message

Gary C. New

unread,
Jan 20, 1999, 3:00:00 AM1/20/99
to
WinNT 4.0 | ASP 3.0

I've found several postings on how to call .exe files from asp files and
info on WSH, but I am wondering if it is possible to execute an asp file
from the command line (simular to Perl for Win32). I came across a
posting suggesting to bind IE4 or some browser to the asp extention, but
I am looking for a more elegant solution.


Gary
--
Gary C. New "Web Development, SMIP Interactive"
___________________________________________________
Smip Interactive, Inc. v 703.442.5210 x233
http://www.smip.com f 703.442.5205
___________________________________________________
http://www.creators.com
Comics, advice, horoscopes and opinion - all the best in online
entertainment.

Palloquin

unread,
Jan 21, 1999, 3:00:00 AM1/21/99
to
By executing from the command line, do you mean by the client.
if so, do you mean an asp file on the internet, or a local file.

opening a local file will get you nowhere, since the ASP code will then not
be processed, If you open a file on a server (through http) you can use:
"start http://myserver/myfile.asp" this will work for local files as well
but it wont be processed...

cheers

Palloquin

Gary C. New wrote in message <36A676...@smip.com>...

Gary C. New

unread,
Jan 21, 1999, 3:00:00 AM1/21/99
to Palloquin
I wish to execute the .asp file from a dos prompt on the related IIS
machine without envoking a client browser.

Hope this helps.


Gary


Palloquin wrote:
>
> By executing from the command line, do you mean by the client.
> if so, do you mean an asp file on the internet, or a local file.
>
> opening a local file will get you nowhere, since the ASP code will then not
> be processed, If you open a file on a server (through http) you can use:
> "start http://myserver/myfile.asp" this will work for local files as well
> but it wont be processed...
>
> cheers
>
> Palloquin

--

Gary Hasty

unread,
Jan 22, 1999, 3:00:00 AM1/22/99
to
A quick and dirty approach: Use graburl 'URL'. I'm doing that with one
site that's worked well for a while.


Gary C. New wrote in message <36A7CB...@smip.com>...

0 new messages