On Thu, 05 Jul 2001 18:21:15 -0500, neil wa4chq wrote:

> Hey Turk
> Tnx for the info.  I tried changing from>>>
> c:
> cd \arachne
> arachne
> ....which when exiting Arachne, takes me to >>>
> [dr-dos] c:\arachne>

> When I changed the last line from >> arachne to >> call arachne,
> I get this...

> Command or filename not recognized
> [dr-dos] c:\arachne>

> What I am wondering is if there is a way to go right to the prompt...
> [dr-dos} c:\>
> when I exit Arachne?
> Thanks for all the help with this stuff....very addictive!

No problem.

c:
cd \arachne
call arachne.bat
cd \

Here's  my AUTOEXEC.BAT

---
:OpenDOSBEG
@echo off
PROMPT [OPENDOS 7.01] $P$G
SET 
PATH=\;C:\1BATCH;C:\1COMMON;C:\;C:\OPENDOS;C:\1ZIP;C:\QEMM;c:\borlandc\bin;c:\nde
rem ;C:\TC;C:\TC\BIN;C:\1ZIPER;C:\DSK2
rem ;c:\povray31
SET TEMP=C:\TEMP
IF NOT DIREXIST %TEMP% MD %TEMP%
SET OPENDOSCFG=C:\OPENDOS
SET BLASTER=A220 I5 D3 T4
c:\aztpnp.exe /a:on
c:\1common\comports.com
c:\opendos\drmouse.com /R33
c:\opendos\nwcache.exe 7670 1024 /lend=on /delay=on
c:\1common\spindown.exe d 1
if exist c:\wc3\swapfile.* del c:\wc3\swapfile.*
rem call \1run\onerun.exe
rem MEMMAX -L
rem VERIFY ON
C:\1BATCH\ARR.BAT 170 pop3://:110 /y
:OpenDOSEND
__________________

Since I have no commands after ARR.BAT and therefore don't want
control returned to autoexec.bat.... I don't use a "CALL" to arr.bat

-- arr.bat creates a RamDisk and unzips the correct version of A to there --
@echo off
IF "%ARA%"=="" GOTO ARANO
if "%1"=="" goto err
GOTO ARAYES
:ARANO
CD\1RECON
!ARA
:ARAYES
rem QDPMI OFF
C:
CD\
rem lh MOUSE
CALL \EMSDSK\XMSDSK 64000  l: /c1 %3
copy c:\command.com l:\
IF NOT EXIST l:\command.com goto delmail
set comspec=l:\command.com
md l:\temp
set temp=l:\temp
IF NOT EXIST l:\ARACHNE\ARACHNE.BAT PKUNZIP -d e:\ARACHNE\!AR%1.ZIP l:\
PKUNZIP -d -o e:\ARACHNE\MAIL\!AR!MDIR.ZIP l:\
if "%1"=="mail" PKUNZIP -d -o E:\ARACHNE\MAIL\!AR!MAIL.ZIP l:\
rem COPY f:\graphics\JPEG6B32\DJPEG.EXE l:\ARACHNE\DJPEG.EXE
D:
CD\AUDIO\CNDMIDI
LH SBMIDI
SBSIM
CD\
l:
CD \ARACHNE
md c:\arachne
md c:\arachne\mail
xcopy c:\arachne\mail\*.* l:\arachne\mail\ /s
IF EXIST PPP.LOG CALL ARACHNE.BAT -r %2
IF NOT EXIST PPP.LOG CALL ARACHNE.BAT %2
C:
:delmail
? del l:\arachne\!*.*
call deltree.bat c:\arachne\mail
xcopy l:\arachne\mail\*.* c:\arachne\mail\ /s
D:
CD\AUDIO\CNDMIDI
SBSIM /u
SBMIDI /u
CD\
C:
rem MOUSE /r
rem QDPMI ON
set comspec=c:\command.com
set temp=c:\temp
goto end
:err
echo To run !ar150b2.zip --- arrm 150b2(enter)
pause
dir e:\arachne\!ar*.zip /p
pause
:end
_____________

-- 
 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