On Mon, 20 Nov 2000 10:02:56 +0000, Ron Clarke wrote:
<snip>
>> My theory is that someone has been pointing the bone at my machine,
>> but has now forgiven me.
> But now:
> I have been able to repeat the failure to resume.
> 1. I have two Arachne installations - v. 1.66 in C:\ARACHNE, and
> v. 1.67 in D:\ARACHNE
> This is normal when I am running-in a new version.
> I use only dial-up ISPs, and in this test - with PAP/CHAP log-in.
> 2. I fired up A1.66 by using A.BAT which has been modified to include
> the booting up of a RAM disk and setting the TEMP=I:\TEMP (=RAM disk),
> and then I went on-line. All was well. I exited Arachne (Alt+X) to DOS.
> 3. I changed drives to D:\
> cd\arachne then typed arachne.bat -r
> 4. Arachne v.1.67 fired up and told me there was NO connection to the
> internet and attempted to dial, even though my homepage is set to one on
> my hard disk.
Ahhhhh yes, there's the problem. ;-)
The "current" PPP.LOG is over on drive C:
After exiting C:\arachne\arachne.bat you will need to copy the PPP.LOG
file over to D:\arachne\PPP.LOG
So, create these little .bat files
---ac.bat---
c:
cd \arachne
if exist d:\arachne\ppp.log copy d:\arachne\ppp.log c:\arachne\ppp.log
call arachne.bat
_____________
---ad.bat---
d:
cd \arachne
if exist c:\arachne\ppp.log copy c:\arachne\ppp.log d:\arachne\ppp.log
call arachne.bat
____________
--
Glenn
(your friendly neighborhood compu-nerd)
http://www.delorie.com/listserv/mime/
http://freedos-32.sourceforge.net/