Re: sys-extension in win 98
I think you'd have to put it in the config.sys or autexec.bat file, which I think are called .nt files, now. I think soundcards used to have a sys file that had to be included in the config file.
Re: sys-extension in win 98
If you want to use just a .sys file, put the following into config.sys or config.nt (I don't know if this will be ignored or not on NT based machines?)
Config.sys
Code:
DEVICEHIGH=c:\somefolder\file.sys
DEVICE=c:\somefolder\file.sys
Try using DEVICEHIGH= first because that will attempt to load the file into upper memory. If that doesn't work then just stick with DEVICE= and it will be loaded into conventional memory.
Again, this is a very old way of doing things so I don't know if it will work with Win2K/XP...
Re: sys-extension in win 98
I'm pretty sure it is CONFIG.NT instead of CONFIG.sys