On Mon, 26 Feb 2001 16:04:26 -0800, Ron Clarke wrote:

> Hi Folks, Glenn,

> I wrote:
>> I am sure it can be written into the Arachne:save, a dgi or something like
>> that. Or a little .BAT routine ?  Couldn't it, Glenn ?

> Glenn wrote:
>>  Do you perhaps mean something like this???? <vbg>
>> Here's a fix for this problem.
>> (I love these "3 step fixes")<vbg>

>> STEP 1)
>> Look for these 2 lines in \arachne\system\saveas.ah
>> <FORM ACTION="arachne:save">
>> Filename: <INPUT TYPE="TEXT" ARACHNESAVE NAME="$COPY" SIZE=36>

>> Change them to read as follows.
>> <FORM ACTION="file://saveit.dgi">
>> Filename: <INPUT TYPE="TEXT" ARACHNESAVE NAME="" SIZE=36>

>> STEP 2)
>> Insert this line into mime.cfg
>> file/saveit.dgi |@call saveit.bat $l $s

>> STEP 3)
>> Place this .BAT in your arachne_main_directory
>> - --- saveit.bat ---
>> copy /b %1 %2
>> pause

>>  Oh yes (before I forget to mention it) <g>
>> You can save step 3 if you change step 2 to:

>> STEP 2)
>> Insert this line into mime.cfg
>> file/saveit.dgi |@copy /b $l $s \n pause
>> (now it's all done by the DGI line in mime.cfg and no BAT file is needed)

> See !   I just knew Glenn would have an answer.     :)

> Thanks, Glenn.

> er....

> Just one problem, tho'.       It doesn't work.  :(
> Neither way, and with or without a .BAT file.

> Trying to save from my download directory to another directory on the
> same hard disk:   File not found - SAVEIT.DGI

> Trying to save from a different drive to c:\arachne\download:
>              Too many parameters - file not saved.


 Sorry. :(

I really should start using upper-case Ls whenever possible.

file/saveit.dgi |@copy /b $L $s \n pause
(this is an l not a 1------^-----)




-- 
 Glenn
 http://arachne.cz/
 http://freedos-32.sourceforge.net/
 http://www.delorie.com/listserv/mime/
 http://www.angelfire.com/id/glenndoom/download.htm

Reply via email to