What is a .sys File?

  • Thread starter Thread starter pejman.kg
  • Start date Start date
P

pejman.kg

What is a .sys File?
I wonder what is a .sysfile? How is it related to a inf file? How is it
related to a device? How can i get some more info about it? How can I
write a .sys file?

pl help me
 
What is a .sys File?

Could be anything. From a configuration (text) file to a DOS or Windows
driver.
I wonder what is a .sysfile? How is it related to a inf file?

There is no direct relation. If you're talking about a driver, however,
it may be installed via an .inf script.
How is it related to a device?

A driver is always related to a specific device.
How can i get some more info about it?

You might be better off when telling about your problem in particular.
How can I write a .sys file?

Either with Notepad (text) or using the Windows DDK (driver). See also
http://www.dts-l.org/goodpost.htm
 
thanks for the response
Detlev Dreyer skrev:
Could be anything. From a configuration (text) file to a DOS or Windows
driver.


There is no direct relation. If you're talking about a driver, however,
it may be installed via an .inf script.


A driver is always related to a specific device.


You might be better off when telling about your problem in particular.


Either with Notepad (text) or using the Windows DDK (driver). See also
http://www.dts-l.org/goodpost.htm
 
Back
Top