getting privateer to work

  • Thread starter Thread starter Unregistered
  • Start date Start date
U

Unregistered

Guest
i need to get privateer to run
i have the instruction manual.... and i follow the directions to make a boot disk but it doesnt work correctly

can you tell me how to get it to work correctly
i have windows 98
an hp pavilion 4455
with 128 mb of ram
yea so
help
 
the autoexec reads right now

prompt $p$g
path=c:\dos
set comspec=c:\dos\command.com
c:
lh c:\mouse\mouse.exe
c:\<path>\mscd.exe <excepetions>

set blaster = a220 I5 D1 T4




the config.sys reads

device=c:\dos\himem.sys
device=c:\dos\emm386.exe 2592 ram
dos=umb
dos=high
files=30
buffers=30
shell=c:\dos\command.com c:\dos /p
devicehigh=<path>\<drivers>



any help would be awesome
 
Try something like this:

autoexec:

set blaster=a220 I5 D1 T4
prompt $p$g
path=c:\dos
lh c:\mouse\mouse.exe
c:\<path>\mscd.exe <excepetions>

config.sys:

device=c:\dos\himem.sys
device=c:\dos\emm386.exe 16384 ram
dos=high,umb
files=30
buffers=30
devicehigh=<path>\<drivers>

Now this might be very silly to ask, but, about the following lines:

c:\<path>\mscd.exe <excepetions>
devicehigh=<path>\<drivers>


In your config and autoexec, where you wrote <drivers> and <path> and <exceptions>, did you write your driver´s name, the real path and all the configurations? Or are these the exact lines that you have in your config and autoexec?
 
Back
Top