From: jdashiel AT eagle1 DOT eaglenet DOT com Date: Mon, 24 Feb 1997 22:11:38 -0500 (EST) To: opendos AT mail DOT tacoma DOT net Subject: [opendos] boot disk provox files that work with opendos Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-opendos AT mail DOT tacoma DOT net Precedence: bulk Here's config.sys which I made on the boot disk with opendos. The only thing I changed was to add the provox.exe line: DEVICE=A:\SETVER.EXE device=a:\provox.exe SHELL=A:\COMMAND.COM A:\ /E:512 /P BREAK=OFF BUFFERS=15 FILES=20 FCBS=4,4 LASTDRIVE=Z HISTORY=ON,512,ON COUNTRY=1,,A:\COUNTRY.SYS Here's the autoexec.bat file which only had c:\provox\pv restore added to it to work: @ECHO Off VERIFY OFF PROMPT [OpenDOS] $P$G a:\pv restore DOS=HIGH,UMB jude