[arachne] Re: EEK File Change
- From: Glenn Gilbreath Jr. <wizard57m@xxxxxxxxxxxx>
- To: Arachne@xxxxxxxxxxxxx
- Date: Fri, 07 Jan 2005 23:36:38 CST
Arachne at FreeLists---The Arachne Fan Club!
>
> Trying to automate the following file using curl:
>
> asc.eek:
> cd curl
> curl -K config.1
> arachne -r
>
> When using this as asc.bat from Alt-E it goes back to Arachne online.
> Using below as an .eek file, curl complete download and Arachne exits
> The above without arachne -r does the same. How can one utilize this so
> Arachne goes back to online after curl is done?
>
> asc.bat:
> cd curl
> curl -K config.1
> exit
>
> Cal
>
Cal,
Change the EEK file to an OOK (since you are using an external
DOS utility) and the last line, change from "exit" to "end"
or "quit"...see if it behaves. The EXIT command is probably
telling the "shelled" Arachne to completely EXIT since you are
running it as an EEK (which is usually reserved for INTERNAL
commands built-in to CORE.EXE or calls to INSIGHT, etc.)
C U L8R!
Wiz <{;-)
Wiz <{;-)
Wizard57M
Glenn Gilbreath Jr.
http://members.surfbest.net/wizard57m@xxxxxxxxxxxx/index.htm
-- DOS Internet, Close Windows and Keep the Internet Open! --
Arachne at FreeLists
-- Arachne, The Web Browser/Suite for DOS and Linux --
Other related posts:
- » [arachne] Re: EEK File Change