Results 1 to 4 of 4

Thread: sys-extension in win 98

  1. #1

    Thread Starter
    Lively Member J Lindroos's Avatar
    Join Date
    Mar 2001
    Location
    Sweden
    Posts
    97

    Question sys-extension in win 98

    Hi.

    Is it possible to use a driver which is just one file with a sys-extension in win 98 (is this win 3.11:s way of doing it?). I found a driver for my soundcard at driverguide.com. It states that it's possible to use it for all win-versions, but I got a sys-file. How do I use this. In the driver-wizard they want a inf-file.

    Anyone?
    /J Lindroos
    "My opinions may be have changed, but not the fact that I am right"


    <modified by admin. no advertising in sigs>

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    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.

  3. #3
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    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...
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: sys-extension in win 98

    I'm pretty sure it is CONFIG.NT instead of CONFIG.sys

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width