Mail Archives: djgpp/2000/01/31/15:58:00
From: | "Paul Bibbings" <paul DOT bibbings AT tesco DOT net>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | RSXNTDJ - help setting up
|
Date: | Thu, 27 Jan 2000 15:48:37 -0000
|
Organization: | Tesco ISP
|
Lines: | 70
|
Message-ID: | <86pq1a$g6c$1@epos.tesco.net>
|
NNTP-Posting-Host: | 212.140.83.166
|
X-Priority: | 3
|
X-MSMail-Priority: | Normal
|
X-Newsreader: | Microsoft Outlook Express 5.00.2014.211
|
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2014.211
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Okay, I've looked at the docs and I'm still not clear what to do with my
autoexec.bat so that I can get RSXNTDJ to run properly and find all what it
needs to do. I've copied my autoexec.bat below, so if anyone is prepared to
patronise a thicky and show me the necessary modifications I need to make, I
would be grateful, and hopefully learn something in the process.
Note that I have a standard installation of DJGPP (from djdev203) at
C:\DJGPP and I have installed RSXNTDJ at C:\RSXNTDJ.
I don't know enough about at this 'setting paths' stuff to be able to sort
this one out for myself. God knows I've tried though.
Thanks in advance,
Paul
**********************************************************
@ECHO OFF
REM == Please Do not modify the next line ==
CALL C:\WINDOWS\RECOVERY\CHECK.BAT
REM ========================================
LH keyb uk,,c:\windows\COMMAND\keyboard.sys
@C:\PROGRA~1\NORTON~1\NAVDX.EXE /Startup
SET DJGPP=C:\DJGPP\DJGPP.ENV
SET PATH=C:\DJGPP\BIN;%PATH%;C:\PROGRA~1\BORLAND\CBUILDER\BIN
SET HOME=C:\EMACS\
GOTO %CONFIG%
:1
SET BLASTER=A220 I5 D1 T2
SET SNDSCAPE=C:\WINDOWS
C:\PROGRA~1\CREATIVE\CTSND\DOSDRV\APINIT.COM
GOTO WIN
:2
:2A
SET BLASTER=A220 I5 D1 T2
SET SNDSCAPE=C:\WINDOWS
C:\PROGRA~1\CREATIVE\CTSND\DOSDRV\APINIT.COM
LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:CD-ROM /M:10
GOTO END
:2B
SET BLASTER=A220 I5 D1 T2
SET SNDSCAPE=C:\WINDOWS
C:\PROGRA~1\CREATIVE\CTSND\DOSDRV\APINIT.COM
LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:CD-ROM /M:10
GOTO END
:2C
SET BLASTER=A220 I7 D1 T2
SET SNDSCAPE=C:\WINDOWS
C:\PROGRA~1\CREATIVE\CTSND\DOSDRV\APINIT.COM
LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:CD-ROM /M:10
GOTO END
:END
LH COMMAND /K
:WIN
- Raw text -